Html Css Color HEX #916E56 Leather

📋 copy color: '#916E56'

red 145 ◦ green 110 ◦ blue 86

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

Shades of Leather #916E56

Tints of Leather #916E56

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.26%

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

R = 42.52%
G = 32.26%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#916E56 (or 0x916E56) is known color: Leather. HEX triplet: 91, 6E and 56. RGB value is (145,110,86). Sum of RGB (Red+Green+Blue) = 145+110+86=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #916E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E56 is #6E91A9. Grayscale: #757575. Windows color (decimal): -7246250 or 5664401. OLE color: 5664401.

HSL color Cylindrical-coordinate representation of color #916E56: hue angle of 24.41º 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 #916E56 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 110 86 -
CMYK 0 0.24 0.41 0.43
HSL 24.41º 0.26% 0.45% -
HSV(B) 24.41º 0.41% 0.57% -
XYZ 18.93 17.84 11.25 -
YUV 117.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 145 110 86 0 0.24 0.41 0.43 24.41 0.26 0.45
Hex 91 6E 56 0 18 29 2B 18 1A 2D
Octal 221 156 126 0 30 51 53 30 32 55
Binary 10010001 1101110 1010110 0 11000 101001 101011 11000 11010 101101

Color Harmonies of #916E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916E56

Black with #916E56

Text Example


Text Example

White with #916E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916E56; }

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

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

background-color css

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

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

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

border-color css

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

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

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