#662A13

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

Shades of Baker's Chocolate #662A13

Tints of Baker's Chocolate #662A13

Color information

#662A13 (or 0x662A13) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2A and 13. RGB value is (102,42,19). Sum of RGB (Red+Green+Blue) = 102+42+19=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #662A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662A13 is #99D5EC. Grayscale: #393939. Windows color (decimal): -10081773 or 1256038. OLE color: 1256038.

HSL color Cylindrical-coordinate representation of color #662A13: hue angle of 16.63º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #662A13 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB1024219-
CMYK00.590.810.6
HSL16.63º68.6%23.73%-
HSV(B)16.63º81.37%40%-
XYZ6.424.531.15-
YUV57.32106.38159.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.58%
GREEN value IS 42 (16.80% from 255) = 25.77%
BLUE value IS 19 (7.81% from 255) = 11.66%
R=62.58%
G=25.77%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102421900.590.810.616.6368.623.73
Hex662A1303B513C114518
Octal1465223073121742110530
Binary1100110101010100110111011101000111110010001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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