#926449

Color #926449 Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #926449

Tints of Dark Tan #926449

Color information

#926449 (or 0x926449) is unknown color: approx Dark Tan. HEX triplet: 92, 64 and 49. RGB value is (146,100,73). Sum of RGB (Red+Green+Blue) = 146+100+73=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #926449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926449 is #6D9BB6. Grayscale: #6E6E6E. Windows color (decimal): -7183287 or 4809874. OLE color: 4809874.

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

Color convert

RGB14610073-
CMYK00.320.50.43
HSL22.19º33.33%42.94%-
HSV(B)22.19º50%57.25%-
XYZ17.6115.718.41-
YUV110.68106.74153.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.77%
GREEN value IS 100 (39.45% from 255) = 31.35%
BLUE value IS 73 (28.91% from 255) = 22.88%
R=45.77%
G=31.35%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461007300.320.50.4322.1933.3342.94
Hex926449020322B16212b
Octal2221441110406253264153
Binary1001001011001001001001010000011001010101110110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926449; }

 p { color: rgb(146,100,73); }

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

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

 a { background-color: rgb(146,100,73); }

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

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

 span { border-color: rgb(146,100,73); }

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