#632912

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

Shades of Baker's Chocolate #632912

Tints of Baker's Chocolate #632912

Color information

#632912 (or 0x632912) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 29 and 12. RGB value is (99,41,18). Sum of RGB (Red+Green+Blue) = 99+41+18=158 (20% of max value = 765). Red value is 99 (39.06% from 255 or 62.66% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 99 - color contains mainly: red. Hex color #632912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632912 is #9CD6ED. Grayscale: #373737. Windows color (decimal): -10278638 or 1190243. OLE color: 1190243.

HSL color Cylindrical-coordinate representation of color #632912: hue angle of 17.04º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #632912 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB994118-
CMYK00.590.820.61
HSL17.04º69.23%22.94%-
HSV(B)17.04º81.82%38.82%-
XYZ6.054.281.08-
YUV55.72106.72158.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.66%
GREEN value IS 41 (16.41% from 255) = 25.95%
BLUE value IS 18 (7.42% from 255) = 11.39%
R=62.66%
G=25.95%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99411800.590.820.6117.0469.2322.94
Hex63291203B523D114517
Octal1435122073122752110527
Binary1100011101001100100111011101001011110110001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632912; }

 p { color: rgb(99,41,18); }

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

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

 a { background-color: rgb(99,41,18); }

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

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

 span { border-color: rgb(99,41,18); }

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