#936124

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

Shades of Afghan Tan #936124

Tints of Afghan Tan #936124

Color information

#936124 (or 0x936124) is unknown color: approx Afghan Tan. HEX triplet: 93, 61 and 24. RGB value is (147,97,36). Sum of RGB (Red+Green+Blue) = 147+97+36=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #936124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936124 is #6C9EDB. Grayscale: #696969. Windows color (decimal): -7118556 or 2384275. OLE color: 2384275.

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

Color convert

RGB1479736-
CMYK00.340.760.42
HSL32.97º60.66%35.88%-
HSV(B)32.97º75.51%57.65%-
XYZ16.6314.883.66-
YUV10589.06157.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.5%
GREEN value IS 97 (38.28% from 255) = 34.64%
BLUE value IS 36 (14.45% from 255) = 12.86%
R=52.5%
G=34.64%
B=12.86%

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
Decimal147973600.340.760.4232.9760.6635.88
Hex9361240224C2A213d24
Octal2231414404211452417544
Binary10010011110000110010001000101001100101010100001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936124; }

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

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

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

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

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

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

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

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