#61594E

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

Shades of Makara #61594E

Tints of Makara #61594E

Color information

#61594E (or 0x61594E) is unknown color: approx Makara. HEX triplet: 61, 59 and 4E. RGB value is (97,89,78). Sum of RGB (Red+Green+Blue) = 97+89+78=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 97 - color contains mainly: red. Hex color #61594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61594E is #9EA6B1. Grayscale: #5A5A5A. Windows color (decimal): -10397362 or 5134689. OLE color: 5134689.

HSL color Cylindrical-coordinate representation of color #61594E: hue angle of 34.74º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61594E is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB978978-
CMYK00.080.200.62
HSL34.74º10.86%34.31%-
HSV(B)34.74º19.59%38.04%-
XYZ9.8810.248.66-
YUV90.14121.15132.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.74%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=36.74%
G=33.71%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97897800.080.200.6234.7410.8634.31
Hex61594E08143E23b22
Octal1411311160102476431342
Binary11000011011001100111001000101001111101000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61594E; }

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

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

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

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

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

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

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

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