Html Css Color HEX #89695C Leather

📋 copy color: '#89695C'

red 137 ◦ green 105 ◦ blue 92

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

Shades of Leather #89695C

Tints of Leather #89695C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 41.02%
G = 31.44%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#89695C (or 0x89695C) is known color: Leather. HEX triplet: 89, 69 and 5C. RGB value is (137,105,92). Sum of RGB (Red+Green+Blue) = 137+105+92=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #89695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89695C is #7696A3. Grayscale: #717171. Windows color (decimal): -7771812 or 6056329. OLE color: 6056329.

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

Color convert

RGB 137 105 92 -
CMYK 0 0.23 0.33 0.46
HSL 17.33º 0.2% 0.45% -
HSV(B) 17.33º 0.33% 0.54% -
XYZ 17.3 16.19 12.34 -
YUV 113.09 116.1 145.06 -
System Red Green Blue C M Y K H S L
Decimal 137 105 92 0 0.23 0.33 0.46 17.33 0.2 0.45
Hex 89 69 5C 0 17 21 2E 11 14 2D
Octal 211 151 134 0 27 41 56 21 24 55
Binary 10001001 1101001 1011100 0 10111 100001 101110 10001 10100 101101

Color Harmonies of #89695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89695C

Black with #89695C

Text Example


Text Example

White with #89695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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