#615B51

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

Shades of Makara #615B51

Tints of Makara #615B51

Color information

#615B51 (or 0x615B51) is unknown color: approx Makara. HEX triplet: 61, 5B and 51. RGB value is (97,91,81). Sum of RGB (Red+Green+Blue) = 97+91+81=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 97 - color contains mainly: red. Hex color #615B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615B51 is #9EA4AE. Grayscale: #5B5B5B. Windows color (decimal): -10396847 or 5331809. OLE color: 5331809.

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

Color convert

RGB979181-
CMYK00.060.160.62
HSL37.5º8.99%34.9%-
HSV(B)37.5º16.49%38.04%-
XYZ10.1610.629.3-
YUV91.65121.99131.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.06%
GREEN value IS 91 (35.94% from 255) = 33.83%
BLUE value IS 81 (32.03% from 255) = 30.11%
R=36.06%
G=33.83%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97918100.060.160.6237.58.9934.9
Hex615B5106103E26923
Octal141133121062076461143
Binary1100001101101110100010110100001111101001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615B51; }

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

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

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

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

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

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

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

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