#604D39

Color #604D39 Rock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock #604D39

Tints of Rock #604D39

Color information

#604D39 (or 0x604D39) is unknown color: approx Rock. HEX triplet: 60, 4D and 39. RGB value is (96,77,57). Sum of RGB (Red+Green+Blue) = 96+77+57=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #604D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D39 is #9FB2C6. Grayscale: #505050. Windows color (decimal): -10465991 or 3755360. OLE color: 3755360.

HSL color Cylindrical-coordinate representation of color #604D39: hue angle of 30.77º 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 #604D39 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB967757-
CMYK00.200.410.62
HSL30.77º25.49%30%-
HSV(B)30.77º40.62%37.65%-
XYZ8.228.095-
YUV80.4114.79139.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.74%
GREEN value IS 77 (30.47% from 255) = 33.48%
BLUE value IS 57 (22.66% from 255) = 24.78%
R=41.74%
G=33.48%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96775700.200.410.6230.7725.4930
Hex604D39014293E1f191e
Octal140115710245176373136
Binary11000001001101111001010100101001111110111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604D39; }

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

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

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

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

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

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

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

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