#662609

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

Shades of Baker's Chocolate #662609

Tints of Baker's Chocolate #662609

Color information

#662609 (or 0x662609) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 26 and 09. RGB value is (102,38,9). Sum of RGB (Red+Green+Blue) = 102+38+9=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #662609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662609 is #99D9F6. Grayscale: #363636. Windows color (decimal): -10082807 or 599654. OLE color: 599654.

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

Color convert

RGB102389-
CMYK00.630.910.6
HSL18.71º83.78%21.76%-
HSV(B)18.71º91.18%40%-
XYZ6.224.230.75-
YUV53.83102.7162.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.46%
GREEN value IS 38 (15.23% from 255) = 25.50%
BLUE value IS 9 (3.91% from 255) = 6.04%
R=68.46%
G=25.50%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10238900.630.910.618.7183.7821.76
Hex6626903F5B3C135416
Octal1464611077133742312426
Binary110011010011010010111111101101111110010011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662609; }

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

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

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

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

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

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

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

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