#936620

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

Shades of Afghan Tan #936620

Tints of Afghan Tan #936620

Color information

#936620 (or 0x936620) is unknown color: approx Afghan Tan. HEX triplet: 93, 66 and 20. RGB value is (147,102,32). Sum of RGB (Red+Green+Blue) = 147+102+32=281 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.31% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 147 - color contains mainly: red. Hex color #936620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936620 is #6C99DF. Grayscale: #6B6B6B. Windows color (decimal): -7117280 or 2123411. OLE color: 2123411.

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

Color convert

RGB14710232-
CMYK00.310.780.42
HSL36.52º64.25%35.1%-
HSV(B)36.52º78.23%57.65%-
XYZ17.0415.813.52-
YUV107.4885.41156.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.31%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 32 (12.89% from 255) = 11.39%
R=52.31%
G=36.30%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471023200.310.780.4236.5264.2535.1
Hex93662001F4E2A254023
Octal22314640037116524510043
Binary10010011110011010000001111110011101010101001011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936620; }

 p { color: rgb(147,102,32); }

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

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

 a { background-color: rgb(147,102,32); }

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

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

 span { border-color: rgb(147,102,32); }

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