#662B13

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

Shades of Baker's Chocolate #662B13

Tints of Baker's Chocolate #662B13

Color information

#662B13 (or 0x662B13) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2B and 13. RGB value is (102,43,19). Sum of RGB (Red+Green+Blue) = 102+43+19=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #662B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662B13 is #99D4EC. Grayscale: #3A3A3A. Windows color (decimal): -10081517 or 1256294. OLE color: 1256294.

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

Color convert

RGB1024319-
CMYK00.580.810.6
HSL17.35º68.6%23.73%-
HSV(B)17.35º81.37%40%-
XYZ6.464.61.16-
YUV57.9106.05159.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.20%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 19 (7.81% from 255) = 11.59%
R=62.20%
G=26.22%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102431900.580.810.617.3568.623.73
Hex662B1303A513C114518
Octal1465323072121742110530
Binary1100110101011100110111010101000111110010001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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