#664317

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

Shades of Dark Brown #664317

Tints of Dark Brown #664317

Color information

#664317 (or 0x664317) is unknown color: approx Dark Brown. HEX triplet: 66, 43 and 17. RGB value is (102,67,23). Sum of RGB (Red+Green+Blue) = 102+67+23=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #664317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664317 is #99BCE8. Grayscale: #484848. Windows color (decimal): -10075369 or 1524582. OLE color: 1524582.

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

Color convert

RGB1026723-
CMYK00.340.770.6
HSL33.42º63.2%24.51%-
HSV(B)33.42º77.45%40%-
XYZ7.646.91.74-
YUV72.45100.1149.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.12%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 23 (9.38% from 255) = 11.98%
R=53.12%
G=34.90%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102672300.340.770.633.4263.224.51
Hex6643170224D3C213f19
Octal1461032704211574417731
Binary11001101000011101110100010100110111110010000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664317; }

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

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

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

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

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

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

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

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