#91716B

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

Shades of Ferra #91716B

Tints of Ferra #91716B

Color information

#91716B (or 0x91716B) is unknown color: approx Ferra. HEX triplet: 91, 71 and 6B. RGB value is (145,113,107). Sum of RGB (Red+Green+Blue) = 145+113+107=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #91716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91716B is #6E8E94. Grayscale: #797979. Windows color (decimal): -7245461 or 7041425. OLE color: 7041425.

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

Color convert

RGB145113107-
CMYK00.220.260.43
HSL9.47º15.08%49.41%-
HSV(B)9.47º26.21%56.86%-
XYZ20.2418.8916.49-
YUV121.88119.6144.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.73%
GREEN value IS 113 (44.53% from 255) = 30.96%
BLUE value IS 107 (42.19% from 255) = 29.32%
R=39.73%
G=30.96%
B=29.32%

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
Decimal14511310700.220.260.439.4715.0849.41
Hex91716B0161A2B9f31
Octal2211611530263253111761
Binary10010001111000111010110101101101010101110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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