#91706D

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

Shades of Ferra #91706D

Tints of Ferra #91706D

Color information

#91706D (or 0x91706D) is unknown color: approx Ferra. HEX triplet: 91, 70 and 6D. RGB value is (145,112,109). Sum of RGB (Red+Green+Blue) = 145+112+109=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #91706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91706D is #6E8F92. Grayscale: #797979. Windows color (decimal): -7245715 or 7172241. OLE color: 7172241.

HSL color Cylindrical-coordinate representation of color #91706D: hue angle of 5º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #91706D is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB145112109-
CMYK00.230.250.43
HSL14.17%49.8%-
HSV(B)24.83%56.86%-
XYZ20.2318.7117.01-
YUV121.52120.93144.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.62%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 109 (42.97% from 255) = 29.78%
R=39.62%
G=30.60%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511210900.230.250.43514.1749.8
Hex91706D017192B5e32
Octal221160155027315351662
Binary1001000111100001101101010111110011010111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91706D; }

 p { color: rgb(145,112,109); }

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

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

 a { background-color: rgb(145,112,109); }

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

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

 span { border-color: rgb(145,112,109); }

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