Html Css Color HEX #946221 Afghan Tan

📋 copy color: '#946221'

red 148 ◦ green 98 ◦ blue 33

#946221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Afghan Tan #946221

Tints of Afghan Tan #946221

RGB

 RED value IS 148 (58.2% from 255) = 53.05%

 GREEN value IS 98 (38.67% from 255) = 35.13%

 BLUE value IS 33 (13.28% from 255) = 11.83%

R = 53.05%
G = 35.13%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#946221 (or 0x946221) is known color: Afghan Tan. HEX triplet: 94, 62 and 21. RGB value is (148,98,33). Sum of RGB (Red+Green+Blue) = 148+98+33=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #946221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946221 is #6B9DDE. Grayscale: #696969. Windows color (decimal): -7052767 or 2187924. OLE color: 2187924.

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

Color convert

RGB 148 98 33 -
CMYK 0 0.34 0.78 0.42
HSL 33.91º 0.64% 0.35% -
HSV(B) 33.91º 0.78% 0.58% -
XYZ 16.85 15.14 3.47 -
YUV 105.54 87.07 158.29 -
System Red Green Blue C M Y K H S L
Decimal 148 98 33 0 0.34 0.78 0.42 33.91 0.64 0.35
Hex 94 62 21 0 22 4E 2A 22 40 23
Octal 224 142 41 0 42 116 52 42 100 43
Binary 10010100 1100010 100001 0 100010 1001110 101010 100010 1000000 100011

Color Harmonies of #946221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946221

Black with #946221

Text Example


Text Example

White with #946221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946221; }

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

 H1.HeaderClassName
 {
   color: #946221;
 }
 .AnyTagClassName
 {
   color: #946221;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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