#663915

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

Shades of Baker's Chocolate #663915

Tints of Baker's Chocolate #663915

Color information

#663915 (or 0x663915) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 39 and 15. RGB value is (102,57,21). Sum of RGB (Red+Green+Blue) = 102+57+21=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #663915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663915 is #99C6EA. Grayscale: #424242. Windows color (decimal): -10077931 or 1390950. OLE color: 1390950.

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

Color convert

RGB1025721-
CMYK00.440.790.6
HSL26.67º65.85%24.12%-
HSV(B)26.67º79.41%40%-
XYZ7.085.811.46-
YUV66.35102.41153.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.67%
GREEN value IS 57 (22.66% from 255) = 31.67%
BLUE value IS 21 (8.59% from 255) = 11.67%
R=56.67%
G=31.67%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102572100.440.790.626.6765.8524.12
Hex66391502C4F3C1b4218
Octal1467125054117743310230
Binary1100110111001101010101100100111111110011011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663915; }

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

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

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

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

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

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

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

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