Html Css Color HEX #916950 Leather

📋 copy color: '#916950'

red 145 ◦ green 105 ◦ blue 80

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

Shades of Leather #916950

Tints of Leather #916950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 43.94%
G = 31.82%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#916950 (or 0x916950) is known color: Leather. HEX triplet: 91, 69 and 50. RGB value is (145,105,80). Sum of RGB (Red+Green+Blue) = 145+105+80=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #916950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916950 is #6E96AF. Grayscale: #727272. Windows color (decimal): -7247536 or 5269905. OLE color: 5269905.

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

Color convert

RGB 145 105 80 -
CMYK 0 0.28 0.45 0.43
HSL 23.08º 0.29% 0.44% -
HSV(B) 23.08º 0.45% 0.57% -
XYZ 18.18 16.7 9.86 -
YUV 114.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 145 105 80 0 0.28 0.45 0.43 23.08 0.29 0.44
Hex 91 69 50 0 1C 2D 2B 17 1D 2C
Octal 221 151 120 0 34 55 53 27 35 54
Binary 10010001 1101001 1010000 0 11100 101101 101011 10111 11101 101100

Color Harmonies of #916950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916950

Black with #916950

Text Example


Text Example

White with #916950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916950; }

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

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

background-color css

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

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

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

border-color css

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

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

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