Html Css Color HEX #896756 Leather

📋 copy color: '#896756'

red 137 ◦ green 103 ◦ blue 86

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

Shades of Leather #896756

Tints of Leather #896756

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.6%

 BLUE value IS 86 (33.98% from 255) = 26.38%

R = 42.02%
G = 31.6%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#896756 (or 0x896756) is known color: Leather. HEX triplet: 89, 67 and 56. RGB value is (137,103,86). Sum of RGB (Red+Green+Blue) = 137+103+86=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #896756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896756 is #7698A9. Grayscale: #6F6F6F. Windows color (decimal): -7772330 or 5662601. OLE color: 5662601.

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

Color convert

RGB 137 103 86 -
CMYK 0 0.25 0.37 0.46
HSL 20º 0.23% 0.44% -
HSV(B) 20º 0.37% 0.54% -
XYZ 16.85 15.69 10.94 -
YUV 111.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 137 103 86 0 0.25 0.37 0.46 20 0.23 0.44
Hex 89 67 56 0 19 25 2E 14 17 2C
Octal 211 147 126 0 31 45 56 24 27 54
Binary 10001001 1100111 1010110 0 11001 100101 101110 10100 10111 101100

Color Harmonies of #896756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896756

Black with #896756

Text Example


Text Example

White with #896756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896756; }

 p { color: rgb(137,103,86); }

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

background-color css

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

 a { background-color: rgb(137,103,86); }

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

border-color css

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

 span { border-color: rgb(137,103,86); }

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