#615039

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

Shades of Rock #615039

Tints of Rock #615039

Color information

#615039 (or 0x615039) is unknown color: approx Rock. HEX triplet: 61, 50 and 39. RGB value is (97,80,57). Sum of RGB (Red+Green+Blue) = 97+80+57=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #615039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615039 is #9EAFC6. Grayscale: #525252. Windows color (decimal): -10399687 or 3756129. OLE color: 3756129.

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

Color convert

RGB978057-
CMYK00.180.410.62
HSL34.5º25.97%30.2%-
HSV(B)34.5º41.24%38.04%-
XYZ8.548.575.08-
YUV82.46113.63138.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.45%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 57 (22.66% from 255) = 24.36%
R=41.45%
G=34.19%
B=24.36%

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
Decimal97805700.180.410.6234.525.9730.2
Hex615039012293E231a1e
Octal141120710225176433236
Binary110000110100001110010100101010011111101000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615039; }

 p { color: rgb(97,80,57); }

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

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

 a { background-color: rgb(97,80,57); }

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

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

 span { border-color: rgb(97,80,57); }

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