#946722

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

Shades of Afghan Tan #946722

Tints of Afghan Tan #946722

Color information

#946722 (or 0x946722) is unknown color: approx Afghan Tan. HEX triplet: 94, 67 and 22. RGB value is (148,103,34). Sum of RGB (Red+Green+Blue) = 148+103+34=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #946722 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946722 is #6B98DD. Grayscale: #6C6C6C. Windows color (decimal): -7051486 or 2254740. OLE color: 2254740.

HSL color Cylindrical-coordinate representation of color #946722: hue angle of 36.32º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #946722 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB14810334-
CMYK00.300.770.42
HSL36.32º62.64%35.69%-
HSV(B)36.32º77.03%58.04%-
XYZ17.3516.113.71-
YUV108.5985.91156.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.93%
GREEN value IS 103 (40.62% from 255) = 36.14%
BLUE value IS 34 (13.67% from 255) = 11.93%
R=51.93%
G=36.14%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481033400.300.770.4236.3262.6435.69
Hex94672201E4D2A243f24
Octal2241474203611552447744
Binary1001010011001111000100111101001101101010100100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946722; }

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

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

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

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

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

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

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

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