#91716C

Color #91716C Ferra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ferra #91716C

Tints of Ferra #91716C

Color information

#91716C (or 0x91716C) is unknown color: approx Ferra. HEX triplet: 91, 71 and 6C. RGB value is (145,113,108). Sum of RGB (Red+Green+Blue) = 145+113+108=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #91716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91716C is #6E8E93. Grayscale: #7A7A7A. Windows color (decimal): -7245460 or 7106961. OLE color: 7106961.

HSL color Cylindrical-coordinate representation of color #91716C: hue angle of 8.11º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91716C is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB145113108-
CMYK00.220.260.43
HSL8.11º14.62%49.61%-
HSV(B)8.11º25.52%56.86%-
XYZ20.2918.9116.77-
YUV122120.1144.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.62%
GREEN value IS 113 (44.53% from 255) = 30.87%
BLUE value IS 108 (42.58% from 255) = 29.51%
R=39.62%
G=30.87%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511310800.220.260.438.1114.6249.61
Hex91716C0161A2B8f32
Octal2211611540263253101762
Binary10010001111000111011000101101101010101110001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91716C; }

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

 H1.HeaderClassName
 {
   color: #91716C;
 }
 .AnyTagClassName
 {
   color: #91716C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #91716C;
 }
 .BgClassName
 {
   background-color: #91716C;
 }
</style>
border-color css

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

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

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