#916E6D

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

Shades of Ferra #916E6D

Tints of Ferra #916E6D

Color information

#916E6D (or 0x916E6D) is unknown color: approx Ferra. HEX triplet: 91, 6E and 6D. RGB value is (145,110,109). Sum of RGB (Red+Green+Blue) = 145+110+109=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 145 - color contains mainly: red. Hex color #916E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E6D is #6E9192. Grayscale: #787878. Windows color (decimal): -7246227 or 7171729. OLE color: 7171729.

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

Color convert

RGB145110109-
CMYK00.240.250.43
HSL1.67º14.17%49.8%-
HSV(B)1.67º24.83%56.86%-
XYZ20.0118.2816.94-
YUV120.35121.6145.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.84%
GREEN value IS 110 (43.36% from 255) = 30.22%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=39.84%
G=30.22%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511010900.240.250.431.6714.1749.8
Hex916E6D018192B2e32
Octal221156155030315321662
Binary100100011101110110110101100011001101011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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