Html Css Color HEX #605D57 Makara

📋 copy color: '#605D57'

red 96 ◦ green 93 ◦ blue 87

#605D57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Makara #605D57

Tints of Makara #605D57

RGB

 RED value IS 96 (37.89% from 255) = 34.78%

 GREEN value IS 93 (36.72% from 255) = 33.7%

 BLUE value IS 87 (34.38% from 255) = 31.52%

R = 34.78%
G = 33.7%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#605D57 (or 0x605D57) is known color: Makara. HEX triplet: 60, 5D and 57. RGB value is (96,93,87). Sum of RGB (Red+Green+Blue) = 96+93+87=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 96 - color contains mainly: red. Hex color #605D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D57 is #9FA2A8. Grayscale: #5D5D5D. Windows color (decimal): -10461865 or 5725536. OLE color: 5725536.

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

Color convert

RGB 96 93 87 -
CMYK 0 0.03 0.09 0.62
HSL 40º 0.05% 0.36% -
HSV(B) 40º 0.09% 0.38% -
XYZ 10.46 11 10.59 -
YUV 93.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 96 93 87 0 0.03 0.09 0.62 40 0.05 0.36
Hex 60 5D 57 0 3 9 3E 28 5 24
Octal 140 135 127 0 3 11 76 50 5 44
Binary 1100000 1011101 1010111 0 11 1001 111110 101000 101 100100

Color Harmonies of #605D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605D57

Black with #605D57

Text Example


Text Example

White with #605D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #605D57;
 }
 .AnyTagClassName
 {
   color: #605D57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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