#663909

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

Shades of Baker's Chocolate #663909

Tints of Baker's Chocolate #663909

Color information

#663909 (or 0x663909) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 39 and 09. RGB value is (102,57,9). Sum of RGB (Red+Green+Blue) = 102+57+9=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #663909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663909 is #99C6F6. Grayscale: #414141. Windows color (decimal): -10077943 or 604518. OLE color: 604518.

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

Color convert

RGB102579-
CMYK00.440.910.6
HSL30.97º83.78%21.76%-
HSV(B)30.97º91.18%40%-
XYZ6.995.771-
YUV64.9896.41154.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.71%
GREEN value IS 57 (22.66% from 255) = 33.93%
BLUE value IS 9 (3.91% from 255) = 5.36%
R=60.71%
G=33.93%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10257900.440.910.630.9783.7821.76
Hex6639902C5B3C1f5416
Octal1467111054133743712426
Binary110011011100110010101100101101111110011111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663909; }

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

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

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

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

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

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

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

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