#946426

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

Shades of Afghan Tan #946426

Tints of Afghan Tan #946426

Color information

#946426 (or 0x946426) is unknown color: approx Afghan Tan. HEX triplet: 94, 64 and 26. RGB value is (148,100,38). Sum of RGB (Red+Green+Blue) = 148+100+38=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #946426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946426 is #6B9BD9. Grayscale: #6B6B6B. Windows color (decimal): -7052250 or 2516116. OLE color: 2516116.

HSL color Cylindrical-coordinate representation of color #946426: hue angle of 33.82º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #946426 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB14810038-
CMYK00.320.740.42
HSL33.82º59.14%36.47%-
HSV(B)33.82º74.32%58.04%-
XYZ17.1215.553.93-
YUV107.2888.9157.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.75%
GREEN value IS 100 (39.45% from 255) = 34.97%
BLUE value IS 38 (15.23% from 255) = 13.29%
R=51.75%
G=34.97%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481003800.320.740.4233.8259.1436.47
Hex9464260204A2A223b24
Octal2241444604011252427344
Binary10010100110010010011001000001001010101010100010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946426; }

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

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

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

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

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

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

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

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