#604F3C

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

Shades of Rock #604F3C

Tints of Rock #604F3C

Color information

#604F3C (or 0x604F3C) is unknown color: approx Rock. HEX triplet: 60, 4F and 3C. RGB value is (96,79,60). Sum of RGB (Red+Green+Blue) = 96+79+60=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #604F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604F3C is #9FB0C3. Grayscale: #525252. Windows color (decimal): -10465476 or 3952480. OLE color: 3952480.

HSL color Cylindrical-coordinate representation of color #604F3C: hue angle of 31.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #604F3C is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB967960-
CMYK00.180.380.62
HSL31.67º23.08%30.59%-
HSV(B)31.67º37.5%37.65%-
XYZ8.448.415.45-
YUV81.92115.63138.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.85%
GREEN value IS 79 (31.25% from 255) = 33.62%
BLUE value IS 60 (23.83% from 255) = 25.53%
R=40.85%
G=33.62%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96796000.180.380.6231.6723.0830.59
Hex604F3C012263E20171f
Octal140117740224676402737
Binary110000010011111111000100101001101111101000001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,79,60); }

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

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

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

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

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

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

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