#61594F

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

Shades of Makara #61594F

Tints of Makara #61594F

Color information

#61594F (or 0x61594F) is unknown color: approx Makara. HEX triplet: 61, 59 and 4F. RGB value is (97,89,79). Sum of RGB (Red+Green+Blue) = 97+89+79=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 97 - color contains mainly: red. Hex color #61594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61594F is #9EA6B0. Grayscale: #5A5A5A. Windows color (decimal): -10397361 or 5200225. OLE color: 5200225.

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

Color convert

RGB978979-
CMYK00.080.190.62
HSL33.33º10.23%34.51%-
HSV(B)33.33º18.56%38.04%-
XYZ9.9110.258.85-
YUV90.25121.65132.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.60%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=36.60%
G=33.58%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97897900.080.190.6233.3310.2334.51
Hex61594F08133E21a23
Octal1411311170102376411243
Binary11000011011001100111101000100111111101000011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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