#662E0F

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

Shades of Baker's Chocolate #662E0F

Tints of Baker's Chocolate #662E0F

Color information

#662E0F (or 0x662E0F) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2E and 0F. RGB value is (102,46,15). Sum of RGB (Red+Green+Blue) = 102+46+15=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #662E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662E0F is #99D1F0. Grayscale: #3B3B3B. Windows color (decimal): -10080753 or 994918. OLE color: 994918.

HSL color Cylindrical-coordinate representation of color #662E0F: hue angle of 21.38º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #662E0F is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB1024615-
CMYK00.550.850.6
HSL21.38º74.36%22.94%-
HSV(B)21.38º85.29%40%-
XYZ6.544.811.04-
YUV59.21103.05158.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.58%
GREEN value IS 46 (18.36% from 255) = 28.22%
BLUE value IS 15 (6.25% from 255) = 9.20%
R=62.58%
G=28.22%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102461500.550.850.621.3874.3622.94
Hex662EF037553C154a17
Octal1465617067125742511227
Binary110011010111011110110111101010111110010101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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