Html Css Color HEX #916859 Leather

📋 copy color: '#916859'

red 145 ◦ green 104 ◦ blue 89

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

Shades of Leather #916859

Tints of Leather #916859

RGB

 RED value IS 145 (57.03% from 255) = 42.9%

 GREEN value IS 104 (41.02% from 255) = 30.77%

 BLUE value IS 89 (35.16% from 255) = 26.33%

R = 42.9%
G = 30.77%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#916859 (or 0x916859) is known color: Leather. HEX triplet: 91, 68 and 59. RGB value is (145,104,89). Sum of RGB (Red+Green+Blue) = 145+104+89=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #916859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916859 is #6E97A6. Grayscale: #727272. Windows color (decimal): -7247783 or 5859473. OLE color: 5859473.

HSL color Cylindrical-coordinate representation of color #916859: hue angle of 16.07º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #916859 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 104 89 -
CMYK 0 0.28 0.39 0.43
HSL 16.07º 0.24% 0.46% -
HSV(B) 16.07º 0.39% 0.57% -
XYZ 18.43 16.64 11.69 -
YUV 114.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 145 104 89 0 0.28 0.39 0.43 16.07 0.24 0.46
Hex 91 68 59 0 1C 27 2B 10 18 2E
Octal 221 150 131 0 34 47 53 20 30 56
Binary 10010001 1101000 1011001 0 11100 100111 101011 10000 11000 101110

Color Harmonies of #916859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916859

Black with #916859

Text Example


Text Example

White with #916859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916859; }

 p { color: rgb(145,104,89); }

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

background-color css

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

 a { background-color: rgb(145,104,89); }

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

border-color css

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

 span { border-color: rgb(145,104,89); }

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