Html Css Color HEX #896A55 Leather

📋 copy color: '#896A55'

red 137 ◦ green 106 ◦ blue 85

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

Shades of Leather #896A55

Tints of Leather #896A55

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.32%

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

R = 41.77%
G = 32.32%
B = 25.91%

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

#896A55 (or 0x896A55) is known color: Leather. HEX triplet: 89, 6A and 55. RGB value is (137,106,85). Sum of RGB (Red+Green+Blue) = 137+106+85=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #896A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896A55 is #7695AA. Grayscale: #707070. Windows color (decimal): -7771563 or 5597833. OLE color: 5597833.

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

Color convert

RGB 137 106 85 -
CMYK 0 0.23 0.38 0.46
HSL 24.23º 0.23% 0.44% -
HSV(B) 24.23º 0.38% 0.54% -
XYZ 17.11 16.28 10.84 -
YUV 112.88 112.27 145.21 -
System Red Green Blue C M Y K H S L
Decimal 137 106 85 0 0.23 0.38 0.46 24.23 0.23 0.44
Hex 89 6A 55 0 17 26 2E 18 17 2C
Octal 211 152 125 0 27 46 56 30 27 54
Binary 10001001 1101010 1010101 0 10111 100110 101110 11000 10111 101100

Color Harmonies of #896A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896A55

Black with #896A55

Text Example


Text Example

White with #896A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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