Html Css Color HEX #896954 Leather

📋 copy color: '#896954'

red 137 ◦ green 105 ◦ blue 84

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

Shades of Leather #896954

Tints of Leather #896954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.77%

R = 42.02%
G = 32.21%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#896954 (or 0x896954) is known color: Leather. HEX triplet: 89, 69 and 54. RGB value is (137,105,84). Sum of RGB (Red+Green+Blue) = 137+105+84=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #896954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896954 is #7696AB. Grayscale: #707070. Windows color (decimal): -7771820 or 5532041. OLE color: 5532041.

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

Color convert

RGB 137 105 84 -
CMYK 0 0.23 0.39 0.46
HSL 23.77º 0.24% 0.43% -
HSV(B) 23.77º 0.39% 0.54% -
XYZ 16.97 16.06 10.59 -
YUV 112.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 137 105 84 0 0.23 0.39 0.46 23.77 0.24 0.43
Hex 89 69 54 0 17 27 2E 18 18 2B
Octal 211 151 124 0 27 47 56 30 30 53
Binary 10001001 1101001 1010100 0 10111 100111 101110 11000 11000 101011

Color Harmonies of #896954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896954

Black with #896954

Text Example


Text Example

White with #896954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896954; }

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

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

background-color css

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

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

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

border-color css

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

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

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