#604242

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

Shades of Woody Brown #604242

Tints of Woody Brown #604242

Color information

#604242 (or 0x604242) is unknown color: approx Woody Brown. HEX triplet: 60, 42 and 42. RGB value is (96,66,66). Sum of RGB (Red+Green+Blue) = 96+66+66=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #604242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604242 is #9FBDBD. Grayscale: #4B4B4B. Windows color (decimal): -10468798 or 4342368. OLE color: 4342368.

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

Color convert

RGB966666-
CMYK00.310.310.62
HSL18.52%31.76%-
HSV(B)31.25%37.65%-
XYZ7.766.786.05-
YUV74.97122.94143-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.11%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 66 (26.17% from 255) = 28.95%
R=42.11%
G=28.95%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96666600.310.310.62018.5231.76
Hex60424201F1F3E01320
Octal140102102037377602340
Binary11000001000010100001001111111111111110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604242; }

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

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

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

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

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

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

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

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