Html Css Color HEX #916956 Leather

📋 copy color: '#916956'

red 145 ◦ green 105 ◦ blue 86

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

Shades of Leather #916956

Tints of Leather #916956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.6%

R = 43.15%
G = 31.25%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#916956 (or 0x916956) is known color: Leather. HEX triplet: 91, 69 and 56. RGB value is (145,105,86). Sum of RGB (Red+Green+Blue) = 145+105+86=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #916956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916956 is #6E96A9. Grayscale: #727272. Windows color (decimal): -7247530 or 5663121. OLE color: 5663121.

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

Color convert

RGB 145 105 86 -
CMYK 0 0.28 0.41 0.43
HSL 19.32º 0.26% 0.45% -
HSV(B) 19.32º 0.41% 0.57% -
XYZ 18.41 16.79 11.08 -
YUV 114.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 145 105 86 0 0.28 0.41 0.43 19.32 0.26 0.45
Hex 91 69 56 0 1C 29 2B 13 1A 2D
Octal 221 151 126 0 34 51 53 23 32 55
Binary 10010001 1101001 1010110 0 11100 101001 101011 10011 11010 101101

Color Harmonies of #916956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916956

Black with #916956

Text Example


Text Example

White with #916956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916956; }

 p { color: rgb(145,105,86); }

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

background-color css

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

 a { background-color: rgb(145,105,86); }

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

border-color css

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

 span { border-color: rgb(145,105,86); }

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