#604A4A

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

Shades of Woody Brown #604A4A

Tints of Woody Brown #604A4A

Color information

#604A4A (or 0x604A4A) is unknown color: approx Woody Brown. HEX triplet: 60, 4A and 4A. RGB value is (96,74,74). Sum of RGB (Red+Green+Blue) = 96+74+74=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #604A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A4A is #9FB5B5. Grayscale: #505050. Windows color (decimal): -10466742 or 4868704. OLE color: 4868704.

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

Color convert

RGB967474-
CMYK00.230.230.62
HSL12.94%33.33%-
HSV(B)22.92%37.65%-
XYZ8.517.887.55-
YUV80.58124.29139-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 74 (29.30% from 255) = 30.33%
BLUE value IS 74 (29.30% from 255) = 30.33%
R=39.34%
G=30.33%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96747400.230.230.62012.9433.33
Hex604A4A017173E0d21
Octal140112112027277601541
Binary1100000100101010010100101111011111111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604A4A; }

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

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

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

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

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

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

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

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