#926E6C

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

Shades of Ferra #926E6C

Tints of Ferra #926E6C

Color information

#926E6C (or 0x926E6C) is unknown color: approx Ferra. HEX triplet: 92, 6E and 6C. RGB value is (146,110,108). Sum of RGB (Red+Green+Blue) = 146+110+108=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #926E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926E6C is #6D9193. Grayscale: #787878. Windows color (decimal): -7180692 or 7106194. OLE color: 7106194.

HSL color Cylindrical-coordinate representation of color #926E6C: hue angle of 3.16º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #926E6C is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB146110108-
CMYK00.250.260.43
HSL3.16º14.96%49.8%-
HSV(B)3.16º26.03%57.25%-
XYZ20.1418.3516.67-
YUV120.54120.93146.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.11%
GREEN value IS 110 (43.36% from 255) = 30.22%
BLUE value IS 108 (42.58% from 255) = 29.67%
R=40.11%
G=30.22%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611010800.250.260.433.1614.9649.8
Hex926E6C0191A2B3f32
Octal222156154031325331762
Binary100100101101110110110001100111010101011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926E6C; }

 p { color: rgb(146,110,108); }

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

<style>
 a { background-color: #926E6C; }

 a { background-color: rgb(146,110,108); }

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

<style>
 span { border-color: #926E6C; }

 span { border-color: rgb(146,110,108); }

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