Html Css Color HEX #916D57 Leather

📋 copy color: '#916D57'

red 145 ◦ green 109 ◦ blue 87

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

Shades of Leather #916D57

Tints of Leather #916D57

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.96%

 BLUE value IS 87 (34.38% from 255) = 25.51%

R = 42.52%
G = 31.96%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.4

 K value IS 0.43

RGB Variations

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

Color information

#916D57 (or 0x916D57) is known color: Leather. HEX triplet: 91, 6D and 57. RGB value is (145,109,87). Sum of RGB (Red+Green+Blue) = 145+109+87=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #916D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D57 is #6E92A8. Grayscale: #757575. Windows color (decimal): -7246505 or 5729681. OLE color: 5729681.

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

Color convert

RGB 145 109 87 -
CMYK 0 0.25 0.4 0.43
HSL 22.76º 0.25% 0.45% -
HSV(B) 22.76º 0.4% 0.57% -
XYZ 18.87 17.65 11.43 -
YUV 117.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 145 109 87 0 0.25 0.4 0.43 22.76 0.25 0.45
Hex 91 6D 57 0 19 28 2B 17 19 2D
Octal 221 155 127 0 31 50 53 27 31 55
Binary 10010001 1101101 1010111 0 11001 101000 101011 10111 11001 101101

Color Harmonies of #916D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916D57

Black with #916D57

Text Example


Text Example

White with #916D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,109,87); }

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

background-color css

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

 a { background-color: rgb(145,109,87); }

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

border-color css

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

 span { border-color: rgb(145,109,87); }

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