#926124

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

Shades of Afghan Tan #926124

Tints of Afghan Tan #926124

Color information

#926124 (or 0x926124) is unknown color: approx Afghan Tan. HEX triplet: 92, 61 and 24. RGB value is (146,97,36). Sum of RGB (Red+Green+Blue) = 146+97+36=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #926124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926124 is #6D9EDB. Grayscale: #686868. Windows color (decimal): -7184092 or 2384274. OLE color: 2384274.

HSL color Cylindrical-coordinate representation of color #926124: hue angle of 33.27º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #926124 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB1469736-
CMYK00.340.750.43
HSL33.27º60.44%35.69%-
HSV(B)33.27º75.34%57.25%-
XYZ16.4514.793.66-
YUV104.789.23157.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.33%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 36 (14.45% from 255) = 12.90%
R=52.33%
G=34.77%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146973600.340.750.4333.2760.4435.69
Hex9261240224B2B213c24
Octal2221414404211353417444
Binary10010010110000110010001000101001011101011100001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926124; }

 p { color: rgb(146,97,36); }

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

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

 a { background-color: rgb(146,97,36); }

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

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

 span { border-color: rgb(146,97,36); }

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