#664017

Color #664017 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #664017

Tints of Dark Brown #664017

Color information

#664017 (or 0x664017) is unknown color: approx Dark Brown. HEX triplet: 66, 40 and 17. RGB value is (102,64,23). Sum of RGB (Red+Green+Blue) = 102+64+23=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #664017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664017 is #99BFE8. Grayscale: #464646. Windows color (decimal): -10076137 or 1523814. OLE color: 1523814.

HSL color Cylindrical-coordinate representation of color #664017: hue angle of 31.14º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #664017 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB1026423-
CMYK00.370.770.6
HSL31.14º63.2%24.51%-
HSV(B)31.14º77.45%40%-
XYZ7.476.551.68-
YUV70.69101.09150.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.97%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 23 (9.38% from 255) = 12.17%
R=53.97%
G=33.86%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102642300.370.770.631.1463.224.51
Hex6640170254D3C1f3f19
Octal1461002704511574377731
Binary1100110100000010111010010110011011111001111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664017; }

 p { color: rgb(102,64,23); }

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

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

 a { background-color: rgb(102,64,23); }

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

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

 span { border-color: rgb(102,64,23); }

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