Html Css Color HEX #896655 Leather

📋 copy color: '#896655'

red 137 ◦ green 102 ◦ blue 85

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

Shades of Leather #896655

Tints of Leather #896655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.48%

 BLUE value IS 85 (33.59% from 255) = 26.23%

R = 42.28%
G = 31.48%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#896655 (or 0x896655) is known color: Leather. HEX triplet: 89, 66 and 55. RGB value is (137,102,85). Sum of RGB (Red+Green+Blue) = 137+102+85=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #896655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896655 is #7699AA. Grayscale: #6E6E6E. Windows color (decimal): -7772587 or 5596809. OLE color: 5596809.

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

Color convert

RGB 137 102 85 -
CMYK 0 0.26 0.38 0.46
HSL 19.62º 0.23% 0.44% -
HSV(B) 19.62º 0.38% 0.54% -
XYZ 16.71 15.48 10.7 -
YUV 110.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 137 102 85 0 0.26 0.38 0.46 19.62 0.23 0.44
Hex 89 66 55 0 1A 26 2E 14 17 2C
Octal 211 146 125 0 32 46 56 24 27 54
Binary 10001001 1100110 1010101 0 11010 100110 101110 10100 10111 101100

Color Harmonies of #896655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896655

Black with #896655

Text Example


Text Example

White with #896655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896655; }

 p { color: rgb(137,102,85); }

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

background-color css

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

 a { background-color: rgb(137,102,85); }

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

border-color css

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

 span { border-color: rgb(137,102,85); }

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