Html Css Color HEX #605B51 Makara

📋 copy color: '#605B51'

red 96 ◦ green 91 ◦ blue 81

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

Shades of Makara #605B51

Tints of Makara #605B51

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 value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#605B51 (or 0x605B51) is known color: 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

RGB 96 91 81 -
CMYK 0 0.05 0.16 0.62
HSL 40º 0.08% 0.35% -
HSV(B) 40º 0.16% 0.38% -
XYZ 10.05 10.56 9.29 -
YUV 91.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 96 91 81 0 0.05 0.16 0.62 40 0.08 0.35
Hex 60 5B 51 0 5 10 3E 28 8 23
Octal 140 133 121 0 5 20 76 50 10 43
Binary 1100000 1011011 1010001 0 101 10000 111110 101000 1000 100011

Color Harmonies of #605B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605B51

Black with #605B51

Text Example


Text Example

White with #605B51

Text Example


Text Example

HTML Codes & Css Web 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>