#604136

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

Shades of Very Dark Brown #604136

Tints of Very Dark Brown #604136

Color information

#604136 (or 0x604136) is unknown color: approx Very Dark Brown. HEX triplet: 60, 41 and 36. RGB value is (96,65,54). Sum of RGB (Red+Green+Blue) = 96+65+54=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #604136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604136 is #9FBEC9. Grayscale: #494949. Windows color (decimal): -10469066 or 3555680. OLE color: 3555680.

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

Color convert

RGB966554-
CMYK00.320.440.62
HSL15.71º28%29.41%-
HSV(B)15.71º43.75%37.65%-
XYZ7.386.534.36-
YUV73.02117.27144.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 54 (21.48% from 255) = 25.12%
R=44.65%
G=30.23%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96655400.320.440.6215.712829.41
Hex6041360202C3E101c1d
Octal140101660405476203435
Binary110000010000011101100100000101100111110100001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604136; }

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

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

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

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

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

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

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

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