#926D69

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

Shades of Ferra #926D69

Tints of Ferra #926D69

Color information

#926D69 (or 0x926D69) is unknown color: approx Ferra. HEX triplet: 92, 6D and 69. RGB value is (146,109,105). Sum of RGB (Red+Green+Blue) = 146+109+105=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 146 - color contains mainly: red. Hex color #926D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D69 is #6D9296. Grayscale: #777777. Windows color (decimal): -7180951 or 6909330. OLE color: 6909330.

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

Color convert

RGB146109105-
CMYK00.250.280.43
HSL5.85º16.33%49.22%-
HSV(B)5.85º28.08%57.25%-
XYZ19.8718.0715.8-
YUV119.61119.76146.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.56%
GREEN value IS 109 (42.97% from 255) = 30.28%
BLUE value IS 105 (41.41% from 255) = 29.17%
R=40.56%
G=30.28%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610910500.250.280.435.8516.3349.22
Hex926D690191C2B61031
Octal222155151031345362061
Binary10010010110110111010010110011110010101111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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