#916E6A

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

Shades of Ferra #916E6A

Tints of Ferra #916E6A

Color information

#916E6A (or 0x916E6A) is unknown color: approx Ferra. HEX triplet: 91, 6E and 6A. RGB value is (145,110,106). Sum of RGB (Red+Green+Blue) = 145+110+106=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #916E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E6A is #6E9195. Grayscale: #787878. Windows color (decimal): -7246230 or 6975121. OLE color: 6975121.

HSL color Cylindrical-coordinate representation of color #916E6A: hue angle of 6.15º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #916E6A is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB145110106-
CMYK00.240.270.43
HSL6.15º15.54%49.22%-
HSV(B)6.15º26.9%56.86%-
XYZ19.8518.2116.1-
YUV120.01120.1145.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.17%
GREEN value IS 110 (43.36% from 255) = 30.47%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=40.17%
G=30.47%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511010600.240.270.436.1515.5449.22
Hex916E6A0181B2B61031
Octal221156152030335362061
Binary10010001110111011010100110001101110101111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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