#9A6426

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

Shades of Afghan Tan #9A6426

Tints of Afghan Tan #9A6426

Color information

#9A6426 (or 0x9A6426) is unknown color: approx Afghan Tan. HEX triplet: 9A, 64 and 26. RGB value is (154,100,38). Sum of RGB (Red+Green+Blue) = 154+100+38=292 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.74% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6426 is #659BD9. Grayscale: #6D6D6D. Windows color (decimal): -6659034 or 2516122. OLE color: 2516122.

HSL color Cylindrical-coordinate representation of color #9A6426: hue angle of 32.07º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A6426 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB15410038-
CMYK00.350.750.40
HSL32.07º60.42%37.65%-
HSV(B)32.07º75.32%60.39%-
XYZ18.2316.123.99-
YUV109.0887.89160.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.74%
GREEN value IS 100 (39.45% from 255) = 34.25%
BLUE value IS 38 (15.23% from 255) = 13.01%
R=52.74%
G=34.25%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541003800.350.750.4032.0760.4237.65
Hex9A64260234B28203c26
Octal2321444604311350407446
Binary10011010110010010011001000111001011101000100000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A6426; }

 p { color: rgb(154,100,38); }

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

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

 a { background-color: rgb(154,100,38); }

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

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

 span { border-color: rgb(154,100,38); }

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