#615142

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

Shades of Rock #615142

Tints of Rock #615142

Color information

#615142 (or 0x615142) is unknown color: approx Rock. HEX triplet: 61, 51 and 42. RGB value is (97,81,66). Sum of RGB (Red+Green+Blue) = 97+81+66=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #615142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615142 is #9EAEBD. Grayscale: #545454. Windows color (decimal): -10399422 or 4346209. OLE color: 4346209.

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

Color convert

RGB978166-
CMYK00.160.320.62
HSL29.03º19.02%31.96%-
HSV(B)29.03º31.96%38.04%-
XYZ8.868.826.39-
YUV84.07117.8137.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.75%
GREEN value IS 81 (32.03% from 255) = 33.20%
BLUE value IS 66 (26.17% from 255) = 27.05%
R=39.75%
G=33.20%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97816600.160.320.6229.0319.0231.96
Hex615142010203E1d1320
Octal1411211020204076352340
Binary1100001101000110000100100001000001111101110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615142; }

 p { color: rgb(97,81,66); }

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

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

 a { background-color: rgb(97,81,66); }

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

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

 span { border-color: rgb(97,81,66); }

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