#604040

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

Shades of Woody Brown #604040

Tints of Woody Brown #604040

Color information

#604040 (or 0x604040) is unknown color: approx Woody Brown. HEX triplet: 60, 40 and 40. RGB value is (96,64,64). Sum of RGB (Red+Green+Blue) = 96+64+64=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 96 - color contains mainly: red. Hex color #604040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604040 is #9FBFBF. Grayscale: #494949. Windows color (decimal): -10469312 or 4210784. OLE color: 4210784.

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

Color convert

RGB966464-
CMYK00.330.330.62
HSL20%31.37%-
HSV(B)33.33%37.65%-
XYZ7.586.525.71-
YUV73.57122.6144-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.86%
GREEN value IS 64 (25.39% from 255) = 28.57%
BLUE value IS 64 (25.39% from 255) = 28.57%
R=42.86%
G=28.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96646400.330.330.6202031.37
Hex604040021213E0141f
Octal140100100041417602437
Binary110000010000001000000010000110000111111001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604040; }

 p { color: rgb(96,64,64); }

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

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

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

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

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

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

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