#605B52

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

Shades of Makara #605B52

Tints of Makara #605B52

Color information

#605B52 (or 0x605B52) is unknown color: approx Makara. HEX triplet: 60, 5B and 52. RGB value is (96,91,82). Sum of RGB (Red+Green+Blue) = 96+91+82=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 96 - color contains mainly: red. Hex color #605B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605B52 is #9FA4AD. Grayscale: #5B5B5B. Windows color (decimal): -10462382 or 5397344. OLE color: 5397344.

HSL color Cylindrical-coordinate representation of color #605B52: hue angle of 38.57º 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 #605B52 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB969182-
CMYK00.050.150.62
HSL38.57º7.87%34.9%-
HSV(B)38.57º14.58%37.65%-
XYZ10.0910.589.49-
YUV91.47122.66131.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.69%
GREEN value IS 91 (35.94% from 255) = 33.83%
BLUE value IS 82 (32.42% from 255) = 30.48%
R=35.69%
G=33.83%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96918200.050.150.6238.577.8734.9
Hex605B5205F3E27823
Octal140133122051776471043
Binary110000010110111010010010111111111101001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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