#92716C

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

Shades of Ferra #92716C

Tints of Ferra #92716C

Color information

#92716C (or 0x92716C) is unknown color: approx Ferra. HEX triplet: 92, 71 and 6C. RGB value is (146,113,108). Sum of RGB (Red+Green+Blue) = 146+113+108=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 146 - color contains mainly: red. Hex color #92716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92716C is #6D8E93. Grayscale: #7A7A7A. Windows color (decimal): -7179924 or 7106962. OLE color: 7106962.

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

Color convert

RGB146113108-
CMYK00.230.260.43
HSL7.89º14.96%49.8%-
HSV(B)7.89º26.03%57.25%-
XYZ20.471916.78-
YUV122.3119.93144.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.78%
GREEN value IS 113 (44.53% from 255) = 30.79%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=39.78%
G=30.79%
B=29.43%

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
Decimal14611310800.230.260.437.8914.9649.8
Hex92716C0171A2B8f32
Octal2221611540273253101762
Binary10010010111000111011000101111101010101110001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92716C; }

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

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

<style>
 a { background-color: #92716C; }

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

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

<style>
 span { border-color: #92716C; }

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

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