Html Css Color HEX #896C58 Leather

📋 copy color: '#896C58'

red 137 ◦ green 108 ◦ blue 88

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

Shades of Leather #896C58

Tints of Leather #896C58

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.43%

 BLUE value IS 88 (34.77% from 255) = 26.43%

R = 41.14%
G = 32.43%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#896C58 (or 0x896C58) is known color: Leather. HEX triplet: 89, 6C and 58. RGB value is (137,108,88). Sum of RGB (Red+Green+Blue) = 137+108+88=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #896C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C58 is #7693A7. Grayscale: #727272. Windows color (decimal): -7771048 or 5794953. OLE color: 5794953.

HSL color Cylindrical-coordinate representation of color #896C58: hue angle of 24.49º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #896C58 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 108 88 -
CMYK 0 0.21 0.36 0.46
HSL 24.49º 0.22% 0.44% -
HSV(B) 24.49º 0.36% 0.54% -
XYZ 17.44 16.75 11.55 -
YUV 114.39 113.11 144.13 -
System Red Green Blue C M Y K H S L
Decimal 137 108 88 0 0.21 0.36 0.46 24.49 0.22 0.44
Hex 89 6C 58 0 15 24 2E 18 16 2C
Octal 211 154 130 0 25 44 56 30 26 54
Binary 10001001 1101100 1011000 0 10101 100100 101110 11000 10110 101100

Color Harmonies of #896C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896C58

Black with #896C58

Text Example


Text Example

White with #896C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896C58; }

 p { color: rgb(137,108,88); }

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

background-color css

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

 a { background-color: rgb(137,108,88); }

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

border-color css

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

 span { border-color: rgb(137,108,88); }

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