#662B09

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

Shades of Baker's Chocolate #662B09

Tints of Baker's Chocolate #662B09

Color information

#662B09 (or 0x662B09) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2B and 09. RGB value is (102,43,9). Sum of RGB (Red+Green+Blue) = 102+43+9=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #662B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662B09 is #99D4F6. Grayscale: #383838. Windows color (decimal): -10081527 or 600934. OLE color: 600934.

HSL color Cylindrical-coordinate representation of color #662B09: hue angle of 21.94º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #662B09 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.6.

Color convert

RGB102439-
CMYK00.580.910.6
HSL21.94º83.78%21.76%-
HSV(B)21.94º91.18%40%-
XYZ6.394.570.8-
YUV56.76101.05160.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 66.23%
GREEN value IS 43 (17.19% from 255) = 27.92%
BLUE value IS 9 (3.91% from 255) = 5.84%
R=66.23%
G=27.92%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10243900.580.910.621.9483.7821.76
Hex662B903A5B3C165416
Octal1465311072133742612426
Binary110011010101110010111010101101111110010110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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