#916F6B

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

Shades of Ferra #916F6B

Tints of Ferra #916F6B

Color information

#916F6B (or 0x916F6B) is unknown color: approx Ferra. HEX triplet: 91, 6F and 6B. RGB value is (145,111,107). Sum of RGB (Red+Green+Blue) = 145+111+107=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #916F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916F6B is #6E9094. Grayscale: #787878. Windows color (decimal): -7245973 or 7040913. OLE color: 7040913.

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

Color convert

RGB145111107-
CMYK00.230.260.43
HSL6.32º15.08%49.41%-
HSV(B)6.32º26.21%56.86%-
XYZ20.0218.4516.42-
YUV120.71120.26145.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.94%
GREEN value IS 111 (43.75% from 255) = 30.58%
BLUE value IS 107 (42.19% from 255) = 29.48%
R=39.94%
G=30.58%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511110700.230.260.436.3215.0849.41
Hex916F6B0171A2B6f31
Octal221157153027325361761
Binary1001000111011111101011010111110101010111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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