#663815

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

Shades of Baker's Chocolate #663815

Tints of Baker's Chocolate #663815

Color information

#663815 (or 0x663815) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 38 and 15. RGB value is (102,56,21). Sum of RGB (Red+Green+Blue) = 102+56+21=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #663815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663815 is #99C7EA. Grayscale: #414141. Windows color (decimal): -10078187 or 1390694. OLE color: 1390694.

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

Color convert

RGB1025621-
CMYK00.450.790.6
HSL25.93º65.85%24.12%-
HSV(B)25.93º79.41%40%-
XYZ7.035.711.44-
YUV65.76102.74153.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.98%
GREEN value IS 56 (22.27% from 255) = 31.28%
BLUE value IS 21 (8.59% from 255) = 11.73%
R=56.98%
G=31.28%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102562100.450.790.625.9365.8524.12
Hex66381502D4F3C1a4218
Octal1467025055117743210230
Binary1100110111000101010101101100111111110011010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663815; }

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

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

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

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

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

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

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

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