Html Css Color HEX #615B4D Makara

📋 copy color: '#615B4D'

red 97 ◦ green 91 ◦ blue 77

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

Shades of Makara #615B4D

Tints of Makara #615B4D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.34%

 BLUE value IS 77 (30.47% from 255) = 29.06%

R = 36.6%
G = 34.34%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#615B4D (or 0x615B4D) is known color: Makara. HEX triplet: 61, 5B and 4D. RGB value is (97,91,77). Sum of RGB (Red+Green+Blue) = 97+91+77=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 97 - color contains mainly: red. Hex color #615B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615B4D is #9EA4B2. Grayscale: #5B5B5B. Windows color (decimal): -10396851 or 5069665. OLE color: 5069665.

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

Color convert

RGB 97 91 77 -
CMYK 0 0.06 0.21 0.62
HSL 42º 0.11% 0.34% -
HSV(B) 42º 0.21% 0.38% -
XYZ 10.01 10.56 8.53 -
YUV 91.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 97 91 77 0 0.06 0.21 0.62 42 0.11 0.34
Hex 61 5B 4D 0 6 15 3E 2A B 22
Octal 141 133 115 0 6 25 76 52 13 42
Binary 1100001 1011011 1001101 0 110 10101 111110 101010 1011 100010

Color Harmonies of #615B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615B4D

Black with #615B4D

Text Example


Text Example

White with #615B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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