#662A0F

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

Shades of Baker's Chocolate #662A0F

Tints of Baker's Chocolate #662A0F

Color information

#662A0F (or 0x662A0F) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2A and 0F. RGB value is (102,42,15). Sum of RGB (Red+Green+Blue) = 102+42+15=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #662A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662A0F is #99D5F0. Grayscale: #393939. Windows color (decimal): -10081777 or 993894. OLE color: 993894.

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

Color convert

RGB1024215-
CMYK00.590.850.6
HSL18.62º74.36%22.94%-
HSV(B)18.62º85.29%40%-
XYZ6.394.520.99-
YUV56.86104.38160.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.15%
GREEN value IS 42 (16.80% from 255) = 26.42%
BLUE value IS 15 (6.25% from 255) = 9.43%
R=64.15%
G=26.42%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102421500.590.850.618.6274.3622.94
Hex662AF03B553C134a17
Octal1465217073125742311227
Binary110011010101011110111011101010111110010011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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