#926E6A

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

Shades of Ferra #926E6A

Tints of Ferra #926E6A

Color information

#926E6A (or 0x926E6A) is unknown color: approx Ferra. HEX triplet: 92, 6E and 6A. RGB value is (146,110,106). Sum of RGB (Red+Green+Blue) = 146+110+106=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 146 - color contains mainly: red. Hex color #926E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926E6A is #6D9195. Grayscale: #787878. Windows color (decimal): -7180694 or 6975122. OLE color: 6975122.

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

Color convert

RGB146110106-
CMYK00.250.270.43
HSL15.87%49.41%-
HSV(B)27.4%57.25%-
XYZ20.0318.316.11-
YUV120.31119.93146.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.33%
GREEN value IS 110 (43.36% from 255) = 30.39%
BLUE value IS 106 (41.80% from 255) = 29.28%
R=40.33%
G=30.39%
B=29.28%

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
Decimal14611010600.250.270.43615.8749.41
Hex926E6A0191B2B61031
Octal222156152031335362061
Binary10010010110111011010100110011101110101111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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