Html Css Color HEX #896855 Leather

📋 copy color: '#896855'

red 137 ◦ green 104 ◦ blue 85

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

Shades of Leather #896855

Tints of Leather #896855

RGB

 RED value IS 137 (53.91% from 255) = 42.02%

 GREEN value IS 104 (41.02% from 255) = 31.9%

 BLUE value IS 85 (33.59% from 255) = 26.07%

R = 42.02%
G = 31.9%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#896855 (or 0x896855) is known color: Leather. HEX triplet: 89, 68 and 55. RGB value is (137,104,85). Sum of RGB (Red+Green+Blue) = 137+104+85=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #896855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896855 is #7697AA. Grayscale: #6F6F6F. Windows color (decimal): -7772075 or 5597321. OLE color: 5597321.

HSL color Cylindrical-coordinate representation of color #896855: hue angle of 21.92º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #896855 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 104 85 -
CMYK 0 0.24 0.38 0.46
HSL 21.92º 0.23% 0.44% -
HSV(B) 21.92º 0.38% 0.54% -
XYZ 16.91 15.87 10.77 -
YUV 111.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 137 104 85 0 0.24 0.38 0.46 21.92 0.23 0.44
Hex 89 68 55 0 18 26 2E 16 17 2C
Octal 211 150 125 0 30 46 56 26 27 54
Binary 10001001 1101000 1010101 0 11000 100110 101110 10110 10111 101100

Color Harmonies of #896855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896855

Black with #896855

Text Example


Text Example

White with #896855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896855; }

 p { color: rgb(137,104,85); }

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

background-color css

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

 a { background-color: rgb(137,104,85); }

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

border-color css

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

 span { border-color: rgb(137,104,85); }

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