#605A52

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

Shades of Makara #605A52

Tints of Makara #605A52

Color information

#605A52 (or 0x605A52) is unknown color: approx Makara. HEX triplet: 60, 5A and 52. RGB value is (96,90,82). Sum of RGB (Red+Green+Blue) = 96+90+82=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 96 - color contains mainly: red. Hex color #605A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A52 is #9FA5AD. Grayscale: #5A5A5A. Windows color (decimal): -10462638 or 5397088. OLE color: 5397088.

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

Color convert

RGB969082-
CMYK00.060.150.62
HSL34.29º7.87%34.9%-
HSV(B)34.29º14.58%37.65%-
XYZ1010.419.46-
YUV90.88122.99131.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.82%
GREEN value IS 90 (35.55% from 255) = 33.58%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=35.82%
G=33.58%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96908200.060.150.6234.297.8734.9
Hex605A5206F3E22823
Octal140132122061776421043
Binary110000010110101010010011011111111101000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605A52; }

 p { color: rgb(96,90,82); }

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

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

 a { background-color: rgb(96,90,82); }

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

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

 span { border-color: rgb(96,90,82); }

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