#604139

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

Shades of Very Dark Brown #604139

Tints of Very Dark Brown #604139

Color information

#604139 (or 0x604139) is unknown color: approx Very Dark Brown. HEX triplet: 60, 41 and 39. RGB value is (96,65,57). Sum of RGB (Red+Green+Blue) = 96+65+57=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #604139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604139 is #9FBEC6. Grayscale: #494949. Windows color (decimal): -10469063 or 3752288. OLE color: 3752288.

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

Color convert

RGB966557-
CMYK00.320.410.62
HSL12.31º25.49%30%-
HSV(B)12.31º40.62%37.65%-
XYZ7.456.564.74-
YUV73.36118.77144.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.04%
GREEN value IS 65 (25.78% from 255) = 29.82%
BLUE value IS 57 (22.66% from 255) = 26.15%
R=44.04%
G=29.82%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96655700.320.410.6212.3125.4930
Hex604139020293Ec191e
Octal140101710405176143136
Binary11000001000001111001010000010100111111011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604139; }

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

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

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

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

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

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

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

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