Html Css Color HEX #615D55 Makara

📋 copy color: '#615D55'

red 97 ◦ green 93 ◦ blue 85

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

Shades of Makara #615D55

Tints of Makara #615D55

RGB

 RED value IS 97 (38.28% from 255) = 35.27%

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

 BLUE value IS 85 (33.59% from 255) = 30.91%

R = 35.27%
G = 33.82%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#615D55 (or 0x615D55) is known color: Makara. HEX triplet: 61, 5D and 55. RGB value is (97,93,85). Sum of RGB (Red+Green+Blue) = 97+93+85=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 97 - color contains mainly: red. Hex color #615D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D55 is #9EA2AA. Grayscale: #5D5D5D. Windows color (decimal): -10396331 or 5594465. OLE color: 5594465.

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

Color convert

RGB 97 93 85 -
CMYK 0 0.04 0.12 0.62
HSL 40º 0.07% 0.36% -
HSV(B) 40º 0.12% 0.38% -
XYZ 10.48 11.03 10.17 -
YUV 93.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 97 93 85 0 0.04 0.12 0.62 40 0.07 0.36
Hex 61 5D 55 0 4 C 3E 28 7 24
Octal 141 135 125 0 4 14 76 50 7 44
Binary 1100001 1011101 1010101 0 100 1100 111110 101000 111 100100

Color Harmonies of #615D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615D55

Black with #615D55

Text Example


Text Example

White with #615D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615D55; }

 p { color: rgb(97,93,85); }

 H1.HeaderClassName
 {
   color: #615D55;
 }
 .AnyTagClassName
 {
   color: #615D55;
 }
</style>

background-color css

<style>
 a { background-color: #615D55; }

 a { background-color: rgb(97,93,85); }

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

border-color css

<style>
 span { border-color: #615D55; }

 span { border-color: rgb(97,93,85); }

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