Html Css Color HEX #916C57 Leather

📋 copy color: '#916C57'

red 145 ◦ green 108 ◦ blue 87

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

Shades of Leather #916C57

Tints of Leather #916C57

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.76%

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

R = 42.65%
G = 31.76%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.4

 K value IS 0.43

RGB Variations

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

Color information

#916C57 (or 0x916C57) is known color: Leather. HEX triplet: 91, 6C and 57. RGB value is (145,108,87). Sum of RGB (Red+Green+Blue) = 145+108+87=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #916C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C57 is #6E93A8. Grayscale: #747474. Windows color (decimal): -7246761 or 5729425. OLE color: 5729425.

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

Color convert

RGB 145 108 87 -
CMYK 0 0.26 0.4 0.43
HSL 21.72º 0.25% 0.45% -
HSV(B) 21.72º 0.4% 0.57% -
XYZ 18.76 17.43 11.39 -
YUV 116.67 111.26 148.21 -
System Red Green Blue C M Y K H S L
Decimal 145 108 87 0 0.26 0.4 0.43 21.72 0.25 0.45
Hex 91 6C 57 0 1A 28 2B 16 19 2D
Octal 221 154 127 0 32 50 53 26 31 55
Binary 10010001 1101100 1010111 0 11010 101000 101011 10110 11001 101101

Color Harmonies of #916C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916C57

Black with #916C57

Text Example


Text Example

White with #916C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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