#662E09

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

Shades of Baker's Chocolate #662E09

Tints of Baker's Chocolate #662E09

Color information

#662E09 (or 0x662E09) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2E and 09. RGB value is (102,46,9). Sum of RGB (Red+Green+Blue) = 102+46+9=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #662E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662E09 is #99D1F6. Grayscale: #3A3A3A. Windows color (decimal): -10080759 or 601702. OLE color: 601702.

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

Color convert

RGB102469-
CMYK00.550.910.6
HSL23.87º83.78%21.76%-
HSV(B)23.87º91.18%40%-
XYZ6.514.80.84-
YUV58.53100.05159.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.97%
GREEN value IS 46 (18.36% from 255) = 29.30%
BLUE value IS 9 (3.91% from 255) = 5.73%
R=64.97%
G=29.30%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10246900.550.910.623.8783.7821.76
Hex662E90375B3C185416
Octal1465611067133743012426
Binary110011010111010010110111101101111110011000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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