#615041

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

Shades of Rock #615041

Tints of Rock #615041

Color information

#615041 (or 0x615041) is unknown color: approx Rock. HEX triplet: 61, 50 and 41. RGB value is (97,80,65). Sum of RGB (Red+Green+Blue) = 97+80+65=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #615041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615041 is #9EAFBE. Grayscale: #535353. Windows color (decimal): -10399679 or 4280417. OLE color: 4280417.

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

Color convert

RGB978065-
CMYK00.180.330.62
HSL28.13º19.75%31.76%-
HSV(B)28.13º32.99%38.04%-
XYZ8.758.666.21-
YUV83.37117.63137.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.08%
GREEN value IS 80 (31.64% from 255) = 33.06%
BLUE value IS 65 (25.78% from 255) = 26.86%
R=40.08%
G=33.06%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97806500.180.330.6228.1319.7531.76
Hex615041012213E1c1420
Octal1411201010224176342440
Binary1100001101000010000010100101000011111101110010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615041; }

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

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

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

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

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

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

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

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