Html Css Color HEX #896C5A Leather

📋 copy color: '#896C5A'

red 137 ◦ green 108 ◦ blue 90

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

Shades of Leather #896C5A

Tints of Leather #896C5A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.24%

 BLUE value IS 90 (35.55% from 255) = 26.87%

R = 40.9%
G = 32.24%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#896C5A (or 0x896C5A) is known color: Leather. HEX triplet: 89, 6C and 5A. RGB value is (137,108,90). Sum of RGB (Red+Green+Blue) = 137+108+90=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #896C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C5A is #7693A5. Grayscale: #727272. Windows color (decimal): -7771046 or 5926025. OLE color: 5926025.

HSL color Cylindrical-coordinate representation of color #896C5A: hue angle of 22.98º degrees, saturation: 0.21, 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 #896C5A is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 108 90 -
CMYK 0 0.21 0.34 0.46
HSL 22.98º 0.21% 0.45% -
HSV(B) 22.98º 0.34% 0.54% -
XYZ 17.52 16.78 11.99 -
YUV 114.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 137 108 90 0 0.21 0.34 0.46 22.98 0.21 0.45
Hex 89 6C 5A 0 15 22 2E 17 15 2D
Octal 211 154 132 0 25 42 56 27 25 55
Binary 10001001 1101100 1011010 0 10101 100010 101110 10111 10101 101101

Color Harmonies of #896C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896C5A

Black with #896C5A

Text Example


Text Example

White with #896C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,108,90); }

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

background-color css

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

 a { background-color: rgb(137,108,90); }

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

border-color css

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

 span { border-color: rgb(137,108,90); }

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