Html Css Color HEX #605B55 Makara

📋 copy color: '#605B55'

red 96 ◦ green 91 ◦ blue 85

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

Shades of Makara #605B55

Tints of Makara #605B55

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

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 96 91 85 -
CMYK 0 0.05 0.11 0.62
HSL 32.73º 0.06% 0.35% -
HSV(B) 32.73º 0.11% 0.38% -
XYZ 10.2 10.62 10.11 -
YUV 91.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 96 91 85 0 0.05 0.11 0.62 32.73 0.06 0.35
Hex 60 5B 55 0 5 B 3E 21 6 23
Octal 140 133 125 0 5 13 76 41 6 43
Binary 1100000 1011011 1010101 0 101 1011 111110 100001 110 100011

Color Harmonies of #605B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605B55

Black with #605B55

Text Example


Text Example

White with #605B55

Text Example


Text Example

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