#615A51

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

Shades of Makara #615A51

Tints of Makara #615A51

Color information

#615A51 (or 0x615A51) is unknown color: approx Makara. HEX triplet: 61, 5A and 51. RGB value is (97,90,81). Sum of RGB (Red+Green+Blue) = 97+90+81=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 97 - color contains mainly: red. Hex color #615A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A51 is #9EA5AE. Grayscale: #5B5B5B. Windows color (decimal): -10397103 or 5331553. OLE color: 5331553.

HSL color Cylindrical-coordinate representation of color #615A51: hue angle of 33.75º 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 #615A51 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB979081-
CMYK00.070.160.62
HSL33.75º8.99%34.9%-
HSV(B)33.75º16.49%38.04%-
XYZ10.0710.459.27-
YUV91.07122.32132.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.19%
GREEN value IS 90 (35.55% from 255) = 33.58%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=36.19%
G=33.58%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97908100.070.160.6233.758.9934.9
Hex615A5107103E22923
Octal141132121072076421143
Binary1100001101101010100010111100001111101000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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