#662E15

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

Shades of Baker's Chocolate #662E15

Tints of Baker's Chocolate #662E15

Color information

#662E15 (or 0x662E15) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2E and 15. RGB value is (102,46,21). Sum of RGB (Red+Green+Blue) = 102+46+21=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #662E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662E15 is #99D1EA. Grayscale: #3C3C3C. Windows color (decimal): -10080747 or 1388134. OLE color: 1388134.

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

Color convert

RGB1024621-
CMYK00.550.790.6
HSL18.52º65.85%24.12%-
HSV(B)18.52º79.41%40%-
XYZ6.594.831.29-
YUV59.89106.05158.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.36%
GREEN value IS 46 (18.36% from 255) = 27.22%
BLUE value IS 21 (8.59% from 255) = 12.43%
R=60.36%
G=27.22%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102462100.550.790.618.5265.8524.12
Hex662E150374F3C134218
Octal1465625067117742310230
Binary1100110101110101010110111100111111110010011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662E15; }

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

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

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

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

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

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

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

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