#60594F

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

Shades of Makara #60594F

Tints of Makara #60594F

Color information

#60594F (or 0x60594F) is unknown color: approx Makara. HEX triplet: 60, 59 and 4F. RGB value is (96,89,79). Sum of RGB (Red+Green+Blue) = 96+89+79=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 96 - color contains mainly: red. Hex color #60594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60594F is #9FA6B0. Grayscale: #5A5A5A. Windows color (decimal): -10462897 or 5200224. OLE color: 5200224.

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

Color convert

RGB968979-
CMYK00.070.180.62
HSL35.29º9.71%34.31%-
HSV(B)35.29º17.71%37.65%-
XYZ9.8110.28.85-
YUV89.95121.82132.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.36%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 79 (31.25% from 255) = 29.92%
R=36.36%
G=33.71%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96897900.070.180.6235.299.7134.31
Hex60594F07123E23a22
Octal140131117072276431242
Binary1100000101100110011110111100101111101000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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