#615D53

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

Shades of Makara #615D53

Tints of Makara #615D53

Color information

#615D53 (or 0x615D53) is unknown color: approx Makara. HEX triplet: 61, 5D and 53. RGB value is (97,93,83). Sum of RGB (Red+Green+Blue) = 97+93+83=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 97 - color contains mainly: red. Hex color #615D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D53 is #9EA2AC. Grayscale: #5D5D5D. Windows color (decimal): -10396333 or 5463393. OLE color: 5463393.

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

Color convert

RGB979383-
CMYK00.040.140.62
HSL42.86º7.78%35.29%-
HSV(B)42.86º14.43%38.04%-
XYZ10.4110.999.76-
YUV93.06122.33130.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.53%
GREEN value IS 93 (36.72% from 255) = 34.07%
BLUE value IS 83 (32.81% from 255) = 30.40%
R=35.53%
G=34.07%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97938300.040.140.6242.867.7835.29
Hex615D5304E3E2b823
Octal141135123041676531043
Binary110000110111011010011010011101111101010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,93,83); }

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

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

 a { background-color: rgb(97,93,83); }

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

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

 span { border-color: rgb(97,93,83); }

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