Html Css Color HEX #896554 Leather

📋 copy color: '#896554'

red 137 ◦ green 101 ◦ blue 84

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

Shades of Leather #896554

Tints of Leather #896554

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.37%

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

R = 42.55%
G = 31.37%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#896554 (or 0x896554) is known color: Leather. HEX triplet: 89, 65 and 54. RGB value is (137,101,84). Sum of RGB (Red+Green+Blue) = 137+101+84=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #896554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896554 is #769AAB. Grayscale: #6D6D6D. Windows color (decimal): -7772844 or 5531017. OLE color: 5531017.

HSL color Cylindrical-coordinate representation of color #896554: hue angle of 19.25º 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 #896554 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 101 84 -
CMYK 0 0.26 0.39 0.46
HSL 19.25º 0.24% 0.43% -
HSV(B) 19.25º 0.39% 0.54% -
XYZ 16.57 15.27 10.46 -
YUV 109.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 137 101 84 0 0.26 0.39 0.46 19.25 0.24 0.43
Hex 89 65 54 0 1A 27 2E 13 18 2B
Octal 211 145 124 0 32 47 56 23 30 53
Binary 10001001 1100101 1010100 0 11010 100111 101110 10011 11000 101011

Color Harmonies of #896554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896554

Black with #896554

Text Example


Text Example

White with #896554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896554; }

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

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

background-color css

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

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

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

border-color css

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

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

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