#605B51

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

Shades of Makara #605B51

Tints of Makara #605B51

Color information

#605B51 (or 0x605B51) is unknown color: approx Makara. HEX triplet: 60, 5B and 51. RGB value is (96,91,81). Sum of RGB (Red+Green+Blue) = 96+91+81=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 96 - color contains mainly: red. Hex color #605B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605B51 is #9FA4AE. Grayscale: #5B5B5B. Windows color (decimal): -10462383 or 5331808. OLE color: 5331808.

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

Color convert

RGB969181-
CMYK00.050.160.62
HSL40º8.47%34.71%-
HSV(B)40º15.62%37.65%-
XYZ10.0510.569.29-
YUV91.35122.16131.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.82%
GREEN value IS 91 (35.94% from 255) = 33.96%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=35.82%
G=33.96%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96918100.050.160.62408.4734.71
Hex605B5105103E28823
Octal140133121052076501043
Binary1100000101101110100010101100001111101010001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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