#60594E

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

Shades of Makara #60594E

Tints of Makara #60594E

Color information

#60594E (or 0x60594E) is unknown color: approx Makara. HEX triplet: 60, 59 and 4E. RGB value is (96,89,78). Sum of RGB (Red+Green+Blue) = 96+89+78=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 96 - color contains mainly: red. Hex color #60594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60594E is #9FA6B1. Grayscale: #595959. Windows color (decimal): -10462898 or 5134688. OLE color: 5134688.

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

Color convert

RGB968978-
CMYK00.070.190.62
HSL36.67º10.34%34.12%-
HSV(B)36.67º18.75%37.65%-
XYZ9.7710.188.66-
YUV89.84121.32132.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.50%
GREEN value IS 89 (35.16% from 255) = 33.84%
BLUE value IS 78 (30.86% from 255) = 29.66%
R=36.50%
G=33.84%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96897800.070.190.6236.6710.3434.12
Hex60594E07133E25a22
Octal140131116072376451242
Binary1100000101100110011100111100111111101001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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