Html Css Color HEX #61505B Liver

📋 copy color: '#61505B'

red 97 ◦ green 80 ◦ blue 91

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

Shades of Liver #61505B

Tints of Liver #61505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

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

R = 36.19%
G = 29.85%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#61505B (or 0x61505B) is known color: Liver. HEX triplet: 61, 50 and 5B. RGB value is (97,80,91). Sum of RGB (Red+Green+Blue) = 97+80+91=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 97 - color contains mainly: red. Hex color #61505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61505B is #9EAFA4. Grayscale: #565656. Windows color (decimal): -10399653 or 5984353. OLE color: 5984353.

HSL color Cylindrical-coordinate representation of color #61505B: hue angle of 321.18º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #61505B is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 80 91 -
CMYK 0 0.18 0.06 0.62
HSL 321.18º 0.1% 0.35% -
HSV(B) 321.18º 0.18% 0.38% -
XYZ 9.69 9.03 11.13 -
YUV 86.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 97 80 91 0 0.18 0.06 0.62 321.18 0.1 0.35
Hex 61 50 5B 0 12 6 3E 141 A 23
Octal 141 120 133 0 22 6 76 501 12 43
Binary 1100001 1010000 1011011 0 10010 110 111110 101000001 1010 100011

Color Harmonies of #61505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61505B

Black with #61505B

Text Example


Text Example

White with #61505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61505B; }

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

 H1.HeaderClassName
 {
   color: #61505B;
 }
 .AnyTagClassName
 {
   color: #61505B;
 }
</style>

background-color css

<style>
 a { background-color: #61505B; }

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

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

border-color css

<style>
 span { border-color: #61505B; }

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

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