#605D56

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

Shades of Makara #605D56

Tints of Makara #605D56

Color information

#605D56 (or 0x605D56) is unknown color: approx Makara. HEX triplet: 60, 5D and 56. RGB value is (96,93,86). Sum of RGB (Red+Green+Blue) = 96+93+86=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 96 - color contains mainly: red. Hex color #605D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D56 is #9FA2A9. Grayscale: #5D5D5D. Windows color (decimal): -10461866 or 5660000. OLE color: 5660000.

HSL color Cylindrical-coordinate representation of color #605D56: hue angle of 42º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #605D56 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB969386-
CMYK00.030.100.62
HSL42º5.49%35.69%-
HSV(B)42º10.42%37.65%-
XYZ10.4210.9910.38-
YUV93.1123.99130.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.91%
GREEN value IS 93 (36.72% from 255) = 33.82%
BLUE value IS 86 (33.98% from 255) = 31.27%
R=34.91%
G=33.82%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96938600.030.100.62425.4935.69
Hex605D5603A3E2a524
Octal14013512603127652544
Binary1100000101110110101100111010111110101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,93,86); }

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

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

 a { background-color: rgb(96,93,86); }

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

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

 span { border-color: rgb(96,93,86); }

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