#604131

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

Shades of Very Dark Brown #604131

Tints of Very Dark Brown #604131

Color information

#604131 (or 0x604131) is unknown color: approx Very Dark Brown. HEX triplet: 60, 41 and 31. RGB value is (96,65,49). Sum of RGB (Red+Green+Blue) = 96+65+49=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #604131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604131 is #9FBECE. Grayscale: #484848. Windows color (decimal): -10469071 or 3228000. OLE color: 3228000.

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

Color convert

RGB966549-
CMYK00.320.490.62
HSL20.43º32.41%28.43%-
HSV(B)20.43º48.96%37.65%-
XYZ7.276.493.78-
YUV72.45114.77144.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 65 (25.78% from 255) = 30.95%
BLUE value IS 49 (19.53% from 255) = 23.33%
R=45.71%
G=30.95%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96654900.320.490.6220.4332.4128.43
Hex604131020313E14201c
Octal140101610406176244034
Binary1100000100000111000101000001100011111101010010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604131; }

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

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

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

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

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

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

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

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