#615950

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

Shades of Makara #615950

Tints of Makara #615950

Color information

#615950 (or 0x615950) is unknown color: approx Makara. HEX triplet: 61, 59 and 50. RGB value is (97,89,80). Sum of RGB (Red+Green+Blue) = 97+89+80=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 97 - color contains mainly: red. Hex color #615950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615950 is #9EA6AF. Grayscale: #5A5A5A. Windows color (decimal): -10397360 or 5265761. OLE color: 5265761.

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

Color convert

RGB978980-
CMYK00.080.180.62
HSL31.76º9.6%34.71%-
HSV(B)31.76º17.53%38.04%-
XYZ9.9510.279.05-
YUV90.37122.15132.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.47%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 80 (31.64% from 255) = 30.08%
R=36.47%
G=33.46%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97898000.080.180.6231.769.634.71
Hex61595008123E20a23
Octal1411311200102276401243
Binary11000011011001101000001000100101111101000001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615950; }

 p { color: rgb(97,89,80); }

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

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

 a { background-color: rgb(97,89,80); }

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

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

 span { border-color: rgb(97,89,80); }

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