Html Css Color HEX #916C50 Leather

📋 copy color: '#916C50'

red 145 ◦ green 108 ◦ blue 80

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

Shades of Leather #916C50

Tints of Leather #916C50

RGB

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

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

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

R = 43.54%
G = 32.43%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#916C50 (or 0x916C50) is known color: Leather. HEX triplet: 91, 6C and 50. RGB value is (145,108,80). Sum of RGB (Red+Green+Blue) = 145+108+80=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 145 - color contains mainly: red. Hex color #916C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C50 is #6E93AF. Grayscale: #747474. Windows color (decimal): -7246768 or 5270673. OLE color: 5270673.

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

Color convert

RGB 145 108 80 -
CMYK 0 0.26 0.45 0.43
HSL 25.85º 0.29% 0.44% -
HSV(B) 25.85º 0.45% 0.57% -
XYZ 18.49 17.32 9.96 -
YUV 115.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 145 108 80 0 0.26 0.45 0.43 25.85 0.29 0.44
Hex 91 6C 50 0 1A 2D 2B 1A 1D 2C
Octal 221 154 120 0 32 55 53 32 35 54
Binary 10010001 1101100 1010000 0 11010 101101 101011 11010 11101 101100

Color Harmonies of #916C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916C50

Black with #916C50

Text Example


Text Example

White with #916C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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