#946621

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

Shades of Afghan Tan #946621

Tints of Afghan Tan #946621

Color information

#946621 (or 0x946621) is unknown color: approx Afghan Tan. HEX triplet: 94, 66 and 21. RGB value is (148,102,33). Sum of RGB (Red+Green+Blue) = 148+102+33=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #946621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946621 is #6B99DE. Grayscale: #6C6C6C. Windows color (decimal): -7051743 or 2188948. OLE color: 2188948.

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

Color convert

RGB14810233-
CMYK00.310.780.42
HSL36º63.54%35.49%-
HSV(B)36º77.7%58.04%-
XYZ17.2415.913.6-
YUV107.8985.74156.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.30%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 33 (13.28% from 255) = 11.66%
R=52.30%
G=36.04%
B=11.66%

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
Decimal1481023300.310.780.423663.5435.49
Hex94662101F4E2A244023
Octal22414641037116524410043
Binary10010100110011010000101111110011101010101001001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946621; }

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

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

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

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

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

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

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

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