Html Css Color HEX #605259 Liver

📋 copy color: '#605259'

red 96 ◦ green 82 ◦ blue 89

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

Shades of Liver #605259

Tints of Liver #605259

RGB

 RED value IS 96 (37.89% from 255) = 35.96%

 GREEN value IS 82 (32.42% from 255) = 30.71%

 BLUE value IS 89 (35.16% from 255) = 33.33%

R = 35.96%
G = 30.71%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#605259 (or 0x605259) is known color: Liver. HEX triplet: 60, 52 and 59. RGB value is (96,82,89). Sum of RGB (Red+Green+Blue) = 96+82+89=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 96 - color contains mainly: red. Hex color #605259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605259 is #9FADA6. Grayscale: #565656. Windows color (decimal): -10464679 or 5853792. OLE color: 5853792.

HSL color Cylindrical-coordinate representation of color #605259: hue angle of 330º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #605259 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 82 89 -
CMYK 0 0.15 0.07 0.62
HSL 330º 0.08% 0.35% -
HSV(B) 330º 0.15% 0.38% -
XYZ 9.64 9.24 10.73 -
YUV 86.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 96 82 89 0 0.15 0.07 0.62 330 0.08 0.35
Hex 60 52 59 0 F 7 3E 14A 8 23
Octal 140 122 131 0 17 7 76 512 10 43
Binary 1100000 1010010 1011001 0 1111 111 111110 101001010 1000 100011

Color Harmonies of #605259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605259

Black with #605259

Text Example


Text Example

White with #605259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605259; }

 p { color: rgb(96,82,89); }

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

background-color css

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

 a { background-color: rgb(96,82,89); }

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

border-color css

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

 span { border-color: rgb(96,82,89); }

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