#663811

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

Shades of Baker's Chocolate #663811

Tints of Baker's Chocolate #663811

Color information

#663811 (or 0x663811) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 38 and 11. RGB value is (102,56,17). Sum of RGB (Red+Green+Blue) = 102+56+17=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #663811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663811 is #99C7EE. Grayscale: #414141. Windows color (decimal): -10078191 or 1128550. OLE color: 1128550.

HSL color Cylindrical-coordinate representation of color #663811: hue angle of 27.53º 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 #663811 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB1025617-
CMYK00.450.830.6
HSL27.53º71.43%23.33%-
HSV(B)27.53º83.33%40%-
XYZ6.995.691.26-
YUV65.31100.74154.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.29%
GREEN value IS 56 (22.27% from 255) = 32%
BLUE value IS 17 (7.03% from 255) = 9.71%
R=58.29%
G=32%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102561700.450.830.627.5371.4323.33
Hex66381102D533C1c4717
Octal1467021055123743410727
Binary1100110111000100010101101101001111110011100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663811; }

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

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

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

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

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

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

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

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