#604F39

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

Shades of Rock #604F39

Tints of Rock #604F39

Color information

#604F39 (or 0x604F39) is unknown color: approx Rock. HEX triplet: 60, 4F and 39. RGB value is (96,79,57). Sum of RGB (Red+Green+Blue) = 96+79+57=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #604F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604F39 is #9FB0C6. Grayscale: #515151. Windows color (decimal): -10465479 or 3755872. OLE color: 3755872.

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

Color convert

RGB967957-
CMYK00.180.410.62
HSL33.85º25.49%30%-
HSV(B)33.85º40.62%37.65%-
XYZ8.368.375.05-
YUV81.58114.13138.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 79 (31.25% from 255) = 34.05%
BLUE value IS 57 (22.66% from 255) = 24.57%
R=41.38%
G=34.05%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96795700.180.410.6233.8525.4930
Hex604F39012293E22191e
Octal140117710225176423136
Binary110000010011111110010100101010011111101000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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