#663A09

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

Shades of Baker's Chocolate #663A09

Tints of Baker's Chocolate #663A09

Color information

#663A09 (or 0x663A09) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 3A and 09. RGB value is (102,58,9). Sum of RGB (Red+Green+Blue) = 102+58+9=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #663A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663A09 is #99C5F6. Grayscale: #414141. Windows color (decimal): -10077687 or 604774. OLE color: 604774.

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

Color convert

RGB102589-
CMYK00.430.910.6
HSL31.61º83.78%21.76%-
HSV(B)31.61º91.18%40%-
XYZ7.045.871.02-
YUV65.5796.08153.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.36%
GREEN value IS 58 (23.05% from 255) = 34.32%
BLUE value IS 9 (3.91% from 255) = 5.33%
R=60.36%
G=34.32%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10258900.430.910.631.6183.7821.76
Hex663A902B5B3C205416
Octal1467211053133744012426
Binary1100110111010100101010111011011111100100000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663A09; }

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

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

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

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

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

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

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

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