Html Css Color HEX #61555C Liver

📋 copy color: '#61555C'

red 97 ◦ green 85 ◦ blue 92

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

Shades of Liver #61555C

Tints of Liver #61555C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.02%

 BLUE value IS 92 (36.33% from 255) = 33.58%

R = 35.4%
G = 31.02%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#61555C (or 0x61555C) is known color: Liver. HEX triplet: 61, 55 and 5C. RGB value is (97,85,92). Sum of RGB (Red+Green+Blue) = 97+85+92=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 97 - color contains mainly: red. Hex color #61555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61555C is #9EAAA3. Grayscale: #595959. Windows color (decimal): -10398372 or 6051169. OLE color: 6051169.

HSL color Cylindrical-coordinate representation of color #61555C: hue angle of 325º 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 #61555C is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 85 92 -
CMYK 0 0.12 0.05 0.62
HSL 325º 0.07% 0.36% -
HSV(B) 325º 0.12% 0.38% -
XYZ 10.11 9.81 11.49 -
YUV 89.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 97 85 92 0 0.12 0.05 0.62 325 0.07 0.36
Hex 61 55 5C 0 C 5 3E 145 7 24
Octal 141 125 134 0 14 5 76 505 7 44
Binary 1100001 1010101 1011100 0 1100 101 111110 101000101 111 100100

Color Harmonies of #61555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61555C

Black with #61555C

Text Example


Text Example

White with #61555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61555C; }

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

 H1.HeaderClassName
 {
   color: #61555C;
 }
 .AnyTagClassName
 {
   color: #61555C;
 }
</style>

background-color css

<style>
 a { background-color: #61555C; }

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

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

border-color css

<style>
 span { border-color: #61555C; }

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

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