Html Css Color HEX #896955 Leather

📋 copy color: '#896955'

red 137 ◦ green 105 ◦ blue 85

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

Shades of Leather #896955

Tints of Leather #896955

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.11%

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

R = 41.9%
G = 32.11%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#896955 (or 0x896955) is known color: Leather. HEX triplet: 89, 69 and 55. RGB value is (137,105,85). Sum of RGB (Red+Green+Blue) = 137+105+85=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #896955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896955 is #7696AA. Grayscale: #707070. Windows color (decimal): -7771819 or 5597577. OLE color: 5597577.

HSL color Cylindrical-coordinate representation of color #896955: hue angle of 23.08º 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 #896955 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 105 85 -
CMYK 0 0.23 0.38 0.46
HSL 23.08º 0.23% 0.44% -
HSV(B) 23.08º 0.38% 0.54% -
XYZ 17.01 16.08 10.8 -
YUV 112.29 112.6 145.63 -
System Red Green Blue C M Y K H S L
Decimal 137 105 85 0 0.23 0.38 0.46 23.08 0.23 0.44
Hex 89 69 55 0 17 26 2E 17 17 2C
Octal 211 151 125 0 27 46 56 27 27 54
Binary 10001001 1101001 1010101 0 10111 100110 101110 10111 10111 101100

Color Harmonies of #896955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896955

Black with #896955

Text Example


Text Example

White with #896955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896955; }

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

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

background-color css

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

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

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

border-color css

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

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

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