#926D6B

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

Shades of Ferra #926D6B

Tints of Ferra #926D6B

Color information

#926D6B (or 0x926D6B) is unknown color: approx Ferra. HEX triplet: 92, 6D and 6B. RGB value is (146,109,107). Sum of RGB (Red+Green+Blue) = 146+109+107=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 146 - color contains mainly: red. Hex color #926D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D6B is #6D9294. Grayscale: #777777. Windows color (decimal): -7180949 or 7040402. OLE color: 7040402.

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

Color convert

RGB146109107-
CMYK00.250.270.43
HSL3.08º15.42%49.61%-
HSV(B)3.08º26.71%57.25%-
XYZ19.9818.1116.35-
YUV119.84120.76146.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.33%
GREEN value IS 109 (42.97% from 255) = 30.11%
BLUE value IS 107 (42.19% from 255) = 29.56%
R=40.33%
G=30.11%
B=29.56%

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
Decimal14610910700.250.270.433.0815.4249.61
Hex926D6B0191B2B3f32
Octal222155153031335331762
Binary100100101101101110101101100111011101011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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