Html Css Color HEX #89695A Leather

📋 copy color: '#89695A'

red 137 ◦ green 105 ◦ blue 90

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

Shades of Leather #89695A

Tints of Leather #89695A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.11%

R = 41.27%
G = 31.63%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#89695A (or 0x89695A) is known color: Leather. HEX triplet: 89, 69 and 5A. RGB value is (137,105,90). Sum of RGB (Red+Green+Blue) = 137+105+90=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #89695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89695A is #7696A5. Grayscale: #707070. Windows color (decimal): -7771814 or 5925257. OLE color: 5925257.

HSL color Cylindrical-coordinate representation of color #89695A: hue angle of 19.15º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89695A is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 105 90 -
CMYK 0 0.23 0.34 0.46
HSL 19.15º 0.21% 0.45% -
HSV(B) 19.15º 0.34% 0.54% -
XYZ 17.21 16.16 11.88 -
YUV 112.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 137 105 90 0 0.23 0.34 0.46 19.15 0.21 0.45
Hex 89 69 5A 0 17 22 2E 13 15 2D
Octal 211 151 132 0 27 42 56 23 25 55
Binary 10001001 1101001 1011010 0 10111 100010 101110 10011 10101 101101

Color Harmonies of #89695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89695A

Black with #89695A

Text Example


Text Example

White with #89695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89695A; }

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

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

background-color css

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

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

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

border-color css

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

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

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