#662509

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

Shades of Baker's Chocolate #662509

Tints of Baker's Chocolate #662509

Color information

#662509 (or 0x662509) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 25 and 09. RGB value is (102,37,9). Sum of RGB (Red+Green+Blue) = 102+37+9=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #662509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662509 is #99DAF6. Grayscale: #353535. Windows color (decimal): -10083063 or 599398. OLE color: 599398.

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

Color convert

RGB102379-
CMYK00.640.910.6
HSL18.06º83.78%21.76%-
HSV(B)18.06º91.18%40%-
XYZ6.194.170.74-
YUV53.24103.03162.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.92%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 9 (3.91% from 255) = 6.08%
R=68.92%
G=25%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10237900.640.910.618.0683.7821.76
Hex662590405B3C125416
Octal14645110100133742212426
Binary1100110100101100101000000101101111110010010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662509; }

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

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

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

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

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

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

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

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