#946024

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

Shades of Afghan Tan #946024

Tints of Afghan Tan #946024

Color information

#946024 (or 0x946024) is unknown color: approx Afghan Tan. HEX triplet: 94, 60 and 24. RGB value is (148,96,36). Sum of RGB (Red+Green+Blue) = 148+96+36=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #946024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946024 is #6B9FDB. Grayscale: #686868. Windows color (decimal): -7053276 or 2384020. OLE color: 2384020.

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

Color convert

RGB1489636-
CMYK00.350.760.42
HSL32.14º60.87%36.08%-
HSV(B)32.14º75.68%58.04%-
XYZ16.7114.793.64-
YUV104.7189.23158.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.86%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 36 (14.45% from 255) = 12.86%
R=52.86%
G=34.29%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148963600.350.760.4232.1460.8736.08
Hex9460240234C2A203d24
Octal2241404404311452407544
Binary10010100110000010010001000111001100101010100000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946024; }

 p { color: rgb(148,96,36); }

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

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

 a { background-color: rgb(148,96,36); }

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

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

 span { border-color: rgb(148,96,36); }

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