Html Css Color HEX #896958 Leather

📋 copy color: '#896958'

red 137 ◦ green 105 ◦ blue 88

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

Shades of Leather #896958

Tints of Leather #896958

RGB

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

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

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

R = 41.52%
G = 31.82%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#896958 (or 0x896958) is known color: Leather. HEX triplet: 89, 69 and 58. RGB value is (137,105,88). Sum of RGB (Red+Green+Blue) = 137+105+88=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #896958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896958 is #7696A7. Grayscale: #707070. Windows color (decimal): -7771816 or 5794185. OLE color: 5794185.

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

Color convert

RGB 137 105 88 -
CMYK 0 0.23 0.36 0.46
HSL 20.82º 0.22% 0.44% -
HSV(B) 20.82º 0.36% 0.54% -
XYZ 17.13 16.13 11.44 -
YUV 112.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 137 105 88 0 0.23 0.36 0.46 20.82 0.22 0.44
Hex 89 69 58 0 17 24 2E 15 16 2C
Octal 211 151 130 0 27 44 56 25 26 54
Binary 10001001 1101001 1011000 0 10111 100100 101110 10101 10110 101100

Color Harmonies of #896958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896958

Black with #896958

Text Example


Text Example

White with #896958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896958; }

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

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

background-color css

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

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

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

border-color css

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

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

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