#663816

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

Shades of Baker's Chocolate #663816

Tints of Baker's Chocolate #663816

Color information

#663816 (or 0x663816) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 38 and 16. RGB value is (102,56,22). Sum of RGB (Red+Green+Blue) = 102+56+22=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #663816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663816 is #99C7E9. Grayscale: #424242. Windows color (decimal): -10078186 or 1456230. OLE color: 1456230.

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

Color convert

RGB1025622-
CMYK00.450.780.6
HSL25.5º64.52%24.31%-
HSV(B)25.5º78.43%40%-
XYZ7.045.711.49-
YUV65.88103.24153.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.67%
GREEN value IS 56 (22.27% from 255) = 31.11%
BLUE value IS 22 (8.98% from 255) = 12.22%
R=56.67%
G=31.11%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102562200.450.780.625.564.5224.31
Hex66381602D4E3C1a4118
Octal1467026055116743210130
Binary1100110111000101100101101100111011110011010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663816; }

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

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

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

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

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

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

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

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