#663112

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

Shades of Baker's Chocolate #663112

Tints of Baker's Chocolate #663112

Color information

#663112 (or 0x663112) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 31 and 12. RGB value is (102,49,18). Sum of RGB (Red+Green+Blue) = 102+49+18=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #663112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663112 is #99CEED. Grayscale: #3D3D3D. Windows color (decimal): -10079982 or 1192294. OLE color: 1192294.

HSL color Cylindrical-coordinate representation of color #663112: hue angle of 22.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #663112 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB1024918-
CMYK00.520.820.6
HSL22.14º70%23.53%-
HSV(B)22.14º82.35%40%-
XYZ6.695.071.2-
YUV61.31103.56157.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.36%
GREEN value IS 49 (19.53% from 255) = 28.99%
BLUE value IS 18 (7.42% from 255) = 10.65%
R=60.36%
G=28.99%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102491800.520.820.622.147023.53
Hex663112034523C164618
Octal1466122064122742610630
Binary1100110110001100100110100101001011110010110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663112; }

 p { color: rgb(102,49,18); }

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

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

 a { background-color: rgb(102,49,18); }

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

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

 span { border-color: rgb(102,49,18); }

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