#604F3E

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

Shades of Rock #604F3E

Tints of Rock #604F3E

Color information

#604F3E (or 0x604F3E) is unknown color: approx Rock. HEX triplet: 60, 4F and 3E. RGB value is (96,79,62). Sum of RGB (Red+Green+Blue) = 96+79+62=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 96 - color contains mainly: red. Hex color #604F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604F3E is #9FB0C1. Grayscale: #525252. Windows color (decimal): -10465474 or 4083552. OLE color: 4083552.

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

Color convert

RGB967962-
CMYK00.180.350.62
HSL30º21.52%30.98%-
HSV(B)30º35.42%37.65%-
XYZ8.498.435.74-
YUV82.14116.63137.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.51%
GREEN value IS 79 (31.25% from 255) = 33.33%
BLUE value IS 62 (24.61% from 255) = 26.16%
R=40.51%
G=33.33%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96796200.180.350.623021.5230.98
Hex604F3E012233E1e161f
Octal140117760224376362637
Binary11000001001111111110010010100011111110111101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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