#946124

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

Shades of Afghan Tan #946124

Tints of Afghan Tan #946124

Color information

#946124 (or 0x946124) is unknown color: approx Afghan Tan. HEX triplet: 94, 61 and 24. RGB value is (148,97,36). Sum of RGB (Red+Green+Blue) = 148+97+36=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #946124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946124 is #6B9EDB. Grayscale: #696969. Windows color (decimal): -7053020 or 2384276. OLE color: 2384276.

HSL color Cylindrical-coordinate representation of color #946124: hue angle of 32.68º 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 #946124 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB1489736-
CMYK00.340.760.42
HSL32.68º60.87%36.08%-
HSV(B)32.68º75.68%58.04%-
XYZ16.8114.973.67-
YUV105.388.9158.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.67%
GREEN value IS 97 (38.28% from 255) = 34.52%
BLUE value IS 36 (14.45% from 255) = 12.81%
R=52.67%
G=34.52%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148973600.340.760.4232.6860.8736.08
Hex9461240224C2A213d24
Octal2241414404211452417544
Binary10010100110000110010001000101001100101010100001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946124; }

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

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

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

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

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

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

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

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