#605B55

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

Shades of Makara #605B55

Tints of Makara #605B55

Color information

#605B55 (or 0x605B55) is unknown color: approx Makara. HEX triplet: 60, 5B and 55. RGB value is (96,91,85). Sum of RGB (Red+Green+Blue) = 96+91+85=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 96 - color contains mainly: red. Hex color #605B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605B55 is #9FA4AA. Grayscale: #5B5B5B. Windows color (decimal): -10462379 or 5593952. OLE color: 5593952.

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

Color convert

RGB969185-
CMYK00.050.110.62
HSL32.73º6.08%35.49%-
HSV(B)32.73º11.46%37.65%-
XYZ10.210.6210.11-
YUV91.81124.16130.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.29%
GREEN value IS 91 (35.94% from 255) = 33.46%
BLUE value IS 85 (33.59% from 255) = 31.25%
R=35.29%
G=33.46%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96918500.050.110.6232.736.0835.49
Hex605B5505B3E21623
Octal14013312505137641643
Binary11000001011011101010101011011111110100001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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