#663111

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

Shades of Baker's Chocolate #663111

Tints of Baker's Chocolate #663111

Color information

#663111 (or 0x663111) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 31 and 11. RGB value is (102,49,17). Sum of RGB (Red+Green+Blue) = 102+49+17=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #663111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663111 is #99CEEE. Grayscale: #3D3D3D. Windows color (decimal): -10079983 or 1126758. OLE color: 1126758.

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

Color convert

RGB1024917-
CMYK00.520.830.6
HSL22.59º71.43%23.33%-
HSV(B)22.59º83.33%40%-
XYZ6.685.061.16-
YUV61.2103.06157.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.71%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 17 (7.03% from 255) = 10.12%
R=60.71%
G=29.17%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102491700.520.830.622.5971.4323.33
Hex663111034533C174717
Octal1466121064123742710727
Binary1100110110001100010110100101001111110010111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663111; }

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

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

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

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

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

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

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

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