#663309

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

Shades of Baker's Chocolate #663309

Tints of Baker's Chocolate #663309

Color information

#663309 (or 0x663309) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 33 and 09. RGB value is (102,51,9). Sum of RGB (Red+Green+Blue) = 102+51+9=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #663309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663309 is #99CCF6. Grayscale: #3D3D3D. Windows color (decimal): -10079479 or 602982. OLE color: 602982.

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

Color convert

RGB102519-
CMYK00.50.910.6
HSL27.1º83.78%21.76%-
HSV(B)27.1º91.18%40%-
XYZ6.715.210.91-
YUV61.4698.4156.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.96%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 9 (3.91% from 255) = 5.56%
R=62.96%
G=31.48%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10251900.50.910.627.183.7821.76
Hex663390325B3C1b5416
Octal1466311062133743312426
Binary110011011001110010110010101101111110011011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663309; }

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

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

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

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

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

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

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

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