#664439

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

Shades of Very Dark Brown #664439

Tints of Very Dark Brown #664439

Color information

#664439 (or 0x664439) is unknown color: approx Very Dark Brown. HEX triplet: 66, 44 and 39. RGB value is (102,68,57). Sum of RGB (Red+Green+Blue) = 102+68+57=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #664439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664439 is #99BBC6. Grayscale: #4C4C4C. Windows color (decimal): -10075079 or 3753062. OLE color: 3753062.

HSL color Cylindrical-coordinate representation of color #664439: hue angle of 14.67º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #664439 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.6.

Color convert

RGB1026857-
CMYK00.330.440.6
HSL14.67º28.3%31.18%-
HSV(B)14.67º44.12%40%-
XYZ8.297.254.83-
YUV76.91116.76145.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.93%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 57 (22.66% from 255) = 25.11%
R=44.93%
G=29.96%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102685700.330.440.614.6728.331.18
Hex6644390212C3Cf1c1f
Octal146104710415474173437
Binary11001101000100111001010000110110011110011111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664439; }

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

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

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

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

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

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

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

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