#632C14

Color #632C14 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #632C14

Tints of Baker's Chocolate #632C14

Color information

#632C14 (or 0x632C14) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2C and 14. RGB value is (99,44,20). Sum of RGB (Red+Green+Blue) = 99+44+20=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #632C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632C14 is #9CD3EB. Grayscale: #393939. Windows color (decimal): -10277868 or 1322083. OLE color: 1322083.

HSL color Cylindrical-coordinate representation of color #632C14: hue angle of 18.23º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #632C14 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB994420-
CMYK00.560.800.61
HSL18.23º66.39%23.33%-
HSV(B)18.23º79.8%38.82%-
XYZ6.174.51.21-
YUV57.71106.72157.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 60.74%
GREEN value IS 44 (17.58% from 255) = 26.99%
BLUE value IS 20 (8.20% from 255) = 12.27%
R=60.74%
G=26.99%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99442000.560.800.6118.2366.3923.33
Hex632C14038503D124217
Octal1435424070120752210227
Binary1100011101100101000111000101000011110110010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632C14; }

 p { color: rgb(99,44,20); }

 H1.HeaderClassName
 {
   color: #632C14;
 }
 .AnyTagClassName
 {
   color: #632C14;
 }
</style>
background-color css

<style>
 a { background-color: #632C14; }

 a { background-color: rgb(99,44,20); }

 div.DivClassName
 {
   background-color: #632C14;
 }
 .BgClassName
 {
   background-color: #632C14;
 }
</style>
border-color css

<style>
 span { border-color: #632C14; }

 span { border-color: rgb(99,44,20); }

 td.TdClassName
 {
   border-color: #632C14;
 }
 .TagClassName
 {
   border-color: #632C14;
 }
</style>