Html Css Color HEX #896755 Leather

📋 copy color: '#896755'

red 137 ◦ green 103 ◦ blue 85

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

Shades of Leather #896755

Tints of Leather #896755

RGB

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

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

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

R = 42.15%
G = 31.69%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#896755 (or 0x896755) is known color: Leather. HEX triplet: 89, 67 and 55. RGB value is (137,103,85). Sum of RGB (Red+Green+Blue) = 137+103+85=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #896755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896755 is #7698AA. Grayscale: #6F6F6F. Windows color (decimal): -7772331 or 5597065. OLE color: 5597065.

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

Color convert

RGB 137 103 85 -
CMYK 0 0.25 0.38 0.46
HSL 20.77º 0.23% 0.44% -
HSV(B) 20.77º 0.38% 0.54% -
XYZ 16.81 15.67 10.73 -
YUV 111.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 137 103 85 0 0.25 0.38 0.46 20.77 0.23 0.44
Hex 89 67 55 0 19 26 2E 15 17 2C
Octal 211 147 125 0 31 46 56 25 27 54
Binary 10001001 1100111 1010101 0 11001 100110 101110 10101 10111 101100

Color Harmonies of #896755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896755

Black with #896755

Text Example


Text Example

White with #896755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896755; }

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

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

background-color css

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

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

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

border-color css

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

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

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