#926F6B

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

Shades of Ferra #926F6B

Tints of Ferra #926F6B

Color information

#926F6B (or 0x926F6B) is unknown color: approx Ferra. HEX triplet: 92, 6F and 6B. RGB value is (146,111,107). Sum of RGB (Red+Green+Blue) = 146+111+107=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #926F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926F6B is #6D9094. Grayscale: #797979. Windows color (decimal): -7180437 or 7040914. OLE color: 7040914.

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

Color convert

RGB146111107-
CMYK00.240.270.43
HSL6.15º15.42%49.61%-
HSV(B)6.15º26.71%57.25%-
XYZ20.1918.5416.42-
YUV121.01120.1145.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.11%
GREEN value IS 111 (43.75% from 255) = 30.49%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=40.11%
G=30.49%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611110700.240.270.436.1515.4249.61
Hex926F6B0181B2B6f32
Octal222157153030335361762
Binary1001001011011111101011011000110111010111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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