#604D38

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

Shades of Rock #604D38

Tints of Rock #604D38

Color information

#604D38 (or 0x604D38) is unknown color: approx Rock. HEX triplet: 60, 4D and 38. RGB value is (96,77,56). Sum of RGB (Red+Green+Blue) = 96+77+56=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #604D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D38 is #9FB2C7. Grayscale: #505050. Windows color (decimal): -10465992 or 3689824. OLE color: 3689824.

HSL color Cylindrical-coordinate representation of color #604D38: hue angle of 31.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #604D38 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB967756-
CMYK00.200.420.62
HSL31.5º26.32%29.8%-
HSV(B)31.5º41.67%37.65%-
XYZ8.198.084.87-
YUV80.29114.29139.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.92%
GREEN value IS 77 (30.47% from 255) = 33.62%
BLUE value IS 56 (22.27% from 255) = 24.45%
R=41.92%
G=33.62%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96775600.200.420.6231.526.3229.8
Hex604D380142A3E201a1e
Octal140115700245276403236
Binary110000010011011110000101001010101111101000001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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