#663707

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

Shades of Baker's Chocolate #663707

Tints of Baker's Chocolate #663707

Color information

#663707 (or 0x663707) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 37 and 07. RGB value is (102,55,7). Sum of RGB (Red+Green+Blue) = 102+55+7=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 7 (3.12% from 255 or 4.27% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #663707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663707 is #99C8F8. Grayscale: #3F3F3F. Windows color (decimal): -10078457 or 472934. OLE color: 472934.

HSL color Cylindrical-coordinate representation of color #663707: hue angle of 30.32º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #663707 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.6.

Color convert

RGB102557-
CMYK00.460.930.6
HSL30.32º87.16%21.37%-
HSV(B)30.32º93.14%40%-
XYZ6.885.570.91-
YUV63.5896.07155.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.20%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 7 (3.12% from 255) = 4.27%
R=62.20%
G=33.54%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10255700.460.930.630.3287.1621.37
Hex6637702E5D3C1e5715
Octal146677056135743612725
Binary11001101101111110101110101110111110011110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663707; }

 p { color: rgb(102,55,7); }

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

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

 a { background-color: rgb(102,55,7); }

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

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

 span { border-color: rgb(102,55,7); }

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