#916D6A

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

Shades of Ferra #916D6A

Tints of Ferra #916D6A

Color information

#916D6A (or 0x916D6A) is unknown color: approx Ferra. HEX triplet: 91, 6D and 6A. RGB value is (145,109,106). Sum of RGB (Red+Green+Blue) = 145+109+106=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #916D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D6A is #6E9295. Grayscale: #777777. Windows color (decimal): -7246486 or 6974865. OLE color: 6974865.

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

Color convert

RGB145109106-
CMYK00.250.270.43
HSL4.62º15.54%49.22%-
HSV(B)4.62º26.9%56.86%-
XYZ19.751816.07-
YUV119.42120.43146.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.28%
GREEN value IS 109 (42.97% from 255) = 30.28%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=40.28%
G=30.28%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510910600.250.270.434.6215.5449.22
Hex916D6A0191B2B51031
Octal221155152031335352061
Binary10010001110110111010100110011101110101110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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