Html Css Color HEX #916C56 Leather

📋 copy color: '#916C56'

red 145 ◦ green 108 ◦ blue 86

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

Shades of Leather #916C56

Tints of Leather #916C56

RGB

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

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

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

R = 42.77%
G = 31.86%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#916C56 (or 0x916C56) is known color: Leather. HEX triplet: 91, 6C and 56. RGB value is (145,108,86). Sum of RGB (Red+Green+Blue) = 145+108+86=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #916C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C56 is #6E93A9. Grayscale: #747474. Windows color (decimal): -7246762 or 5663889. OLE color: 5663889.

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

Color convert

RGB 145 108 86 -
CMYK 0 0.26 0.41 0.43
HSL 22.37º 0.26% 0.45% -
HSV(B) 22.37º 0.41% 0.57% -
XYZ 18.72 17.42 11.18 -
YUV 116.56 110.76 148.29 -
System Red Green Blue C M Y K H S L
Decimal 145 108 86 0 0.26 0.41 0.43 22.37 0.26 0.45
Hex 91 6C 56 0 1A 29 2B 16 1A 2D
Octal 221 154 126 0 32 51 53 26 32 55
Binary 10010001 1101100 1010110 0 11010 101001 101011 10110 11010 101101

Color Harmonies of #916C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916C56

Black with #916C56

Text Example


Text Example

White with #916C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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