Html Css Color HEX #896A5B Leather

📋 copy color: '#896A5B'

red 137 ◦ green 106 ◦ blue 91

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

Shades of Leather #896A5B

Tints of Leather #896A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.25%

R = 41.02%
G = 31.74%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#896A5B (or 0x896A5B) is known color: Leather. HEX triplet: 89, 6A and 5B. RGB value is (137,106,91). Sum of RGB (Red+Green+Blue) = 137+106+91=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #896A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896A5B is #7695A4. Grayscale: #717171. Windows color (decimal): -7771557 or 5991049. OLE color: 5991049.

HSL color Cylindrical-coordinate representation of color #896A5B: hue angle of 19.57º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #896A5B is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 106 91 -
CMYK 0 0.23 0.34 0.46
HSL 19.57º 0.2% 0.45% -
HSV(B) 19.57º 0.34% 0.54% -
XYZ 17.36 16.38 12.14 -
YUV 113.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 137 106 91 0 0.23 0.34 0.46 19.57 0.2 0.45
Hex 89 6A 5B 0 17 22 2E 14 14 2D
Octal 211 152 133 0 27 42 56 24 24 55
Binary 10001001 1101010 1011011 0 10111 100010 101110 10100 10100 101101

Color Harmonies of #896A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896A5B

Black with #896A5B

Text Example


Text Example

White with #896A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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