Html Css Color HEX #615F5B Makara

📋 copy color: '#615F5B'

red 97 ◦ green 95 ◦ blue 91

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

Shades of Makara #615F5B

Tints of Makara #615F5B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.57%

 BLUE value IS 91 (35.94% from 255) = 32.16%

R = 34.28%
G = 33.57%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#615F5B (or 0x615F5B) is known color: Makara. HEX triplet: 61, 5F and 5B. RGB value is (97,95,91). Sum of RGB (Red+Green+Blue) = 97+95+91=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 97 - color contains mainly: red. Hex color #615F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F5B is #9EA0A4. Grayscale: #5F5F5F. Windows color (decimal): -10395813 or 5988193. OLE color: 5988193.

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

Color convert

RGB 97 95 91 -
CMYK 0 0.02 0.06 0.62
HSL 40º 0.03% 0.37% -
HSV(B) 40º 0.06% 0.38% -
XYZ 10.91 11.48 11.54 -
YUV 95.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 97 95 91 0 0.02 0.06 0.62 40 0.03 0.37
Hex 61 5F 5B 0 2 6 3E 28 3 25
Octal 141 137 133 0 2 6 76 50 3 45
Binary 1100001 1011111 1011011 0 10 110 111110 101000 11 100101

Color Harmonies of #615F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F5B

Black with #615F5B

Text Example


Text Example

White with #615F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,95,91); }

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

background-color css

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

 a { background-color: rgb(97,95,91); }

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

border-color css

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

 span { border-color: rgb(97,95,91); }

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