#615144

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

Shades of Rock #615144

Tints of Rock #615144

Color information

#615144 (or 0x615144) is unknown color: approx Rock. HEX triplet: 61, 51 and 44. RGB value is (97,81,68). Sum of RGB (Red+Green+Blue) = 97+81+68=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #615144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615144 is #9EAEBB. Grayscale: #545454. Windows color (decimal): -10399420 or 4477281. OLE color: 4477281.

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

Color convert

RGB978168-
CMYK00.160.300.62
HSL26.9º17.58%32.35%-
HSV(B)26.9º29.9%38.04%-
XYZ8.928.846.71-
YUV84.3118.8137.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 81 (32.03% from 255) = 32.93%
BLUE value IS 68 (26.95% from 255) = 27.64%
R=39.43%
G=32.93%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97816800.160.300.6226.917.5832.35
Hex6151440101E3E1b1220
Octal1411211040203676332240
Binary110000110100011000100010000111101111101101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615144; }

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

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

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

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

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

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

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

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