#946721

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

Shades of Afghan Tan #946721

Tints of Afghan Tan #946721

Color information

#946721 (or 0x946721) is unknown color: approx Afghan Tan. HEX triplet: 94, 67 and 21. RGB value is (148,103,33). Sum of RGB (Red+Green+Blue) = 148+103+33=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #946721 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946721 is #6B98DE. Grayscale: #6C6C6C. Windows color (decimal): -7051487 or 2189204. OLE color: 2189204.

HSL color Cylindrical-coordinate representation of color #946721: 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 #946721 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB14810333-
CMYK00.300.780.42
HSL36.52º63.54%35.49%-
HSV(B)36.52º77.7%58.04%-
XYZ17.3416.113.63-
YUV108.4885.41156.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.11%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 33 (13.28% from 255) = 11.62%
R=52.11%
G=36.27%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481033300.300.780.4236.5263.5435.49
Hex94672101E4E2A254023
Octal22414741036116524510043
Binary10010100110011110000101111010011101010101001011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946721; }

 p { color: rgb(148,103,33); }

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

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

 a { background-color: rgb(148,103,33); }

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

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

 span { border-color: rgb(148,103,33); }

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