#664337

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

Shades of Very Dark Brown #664337

Tints of Very Dark Brown #664337

Color information

#664337 (or 0x664337) is unknown color: approx Very Dark Brown. HEX triplet: 66, 43 and 37. RGB value is (102,67,55). Sum of RGB (Red+Green+Blue) = 102+67+55=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #664337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664337 is #99BCC8. Grayscale: #4C4C4C. Windows color (decimal): -10075337 or 3621734. OLE color: 3621734.

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

Color convert

RGB1026755-
CMYK00.340.460.6
HSL15.32º29.94%30.78%-
HSV(B)15.32º46.08%40%-
XYZ8.187.114.56-
YUV76.1116.1146.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.54%
GREEN value IS 67 (26.56% from 255) = 29.91%
BLUE value IS 55 (21.88% from 255) = 24.55%
R=45.54%
G=29.91%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102675500.340.460.615.3229.9430.78
Hex6643370222E3Cf1e1f
Octal146103670425674173637
Binary11001101000011110111010001010111011110011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664337; }

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

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

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

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

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

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

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

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