#916E69

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

Shades of Ferra #916E69

Tints of Ferra #916E69

Color information

#916E69 (or 0x916E69) is unknown color: approx Ferra. HEX triplet: 91, 6E and 69. RGB value is (145,110,105). Sum of RGB (Red+Green+Blue) = 145+110+105=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #916E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E69 is #6E9196. Grayscale: #777777. Windows color (decimal): -7246231 or 6909585. OLE color: 6909585.

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

Color convert

RGB145110105-
CMYK00.240.280.43
HSL7.5º16%49.02%-
HSV(B)7.5º27.59%56.86%-
XYZ19.818.1915.83-
YUV119.89119.6145.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.28%
GREEN value IS 110 (43.36% from 255) = 30.56%
BLUE value IS 105 (41.41% from 255) = 29.17%
R=40.28%
G=30.56%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511010500.240.280.437.51649.02
Hex916E690181C2B81031
Octal2211561510303453102061
Binary100100011101110110100101100011100101011100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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