#604141

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

Shades of Woody Brown #604141

Tints of Woody Brown #604141

Color information

#604141 (or 0x604141) is unknown color: approx Woody Brown. HEX triplet: 60, 41 and 41. RGB value is (96,65,65). Sum of RGB (Red+Green+Blue) = 96+65+65=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 96 - color contains mainly: red. Hex color #604141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604141 is #9FBEBE. Grayscale: #4A4A4A. Windows color (decimal): -10469055 or 4276576. OLE color: 4276576.

HSL color Cylindrical-coordinate representation of color #604141: 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.32%. Process color model (Four color, CMYK) of #604141 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB966565-
CMYK00.320.320.62
HSL19.25%31.57%-
HSV(B)32.29%37.65%-
XYZ7.676.655.88-
YUV74.27122.77143.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.48%
GREEN value IS 65 (25.78% from 255) = 28.76%
BLUE value IS 65 (25.78% from 255) = 28.76%
R=42.48%
G=28.76%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96656500.320.320.62019.2531.57
Hex604141020203E01320
Octal140101101040407602340
Binary1100000100000110000010100000100000111110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604141; }

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

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

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

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

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

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

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

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