Html Css Color HEX #61505A Liver

📋 copy color: '#61505A'

red 97 ◦ green 80 ◦ blue 90

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

Shades of Liver #61505A

Tints of Liver #61505A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.71%

R = 36.33%
G = 29.96%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#61505A (or 0x61505A) is known color: Liver. HEX triplet: 61, 50 and 5A. RGB value is (97,80,90). Sum of RGB (Red+Green+Blue) = 97+80+90=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 97 - color contains mainly: red. Hex color #61505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61505A is #9EAFA5. Grayscale: #565656. Windows color (decimal): -10399654 or 5918817. OLE color: 5918817.

HSL color Cylindrical-coordinate representation of color #61505A: hue angle of 324.71º 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 #61505A is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 80 90 -
CMYK 0 0.18 0.07 0.62
HSL 324.71º 0.1% 0.35% -
HSV(B) 324.71º 0.18% 0.38% -
XYZ 9.64 9.02 10.91 -
YUV 86.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 97 80 90 0 0.18 0.07 0.62 324.71 0.1 0.35
Hex 61 50 5A 0 12 7 3E 145 A 23
Octal 141 120 132 0 22 7 76 505 12 43
Binary 1100001 1010000 1011010 0 10010 111 111110 101000101 1010 100011

Color Harmonies of #61505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61505A

Black with #61505A

Text Example


Text Example

White with #61505A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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