Html Css Color HEX #946220 Afghan Tan

📋 copy color: '#946220'

red 148 ◦ green 98 ◦ blue 32

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

Shades of Afghan Tan #946220

Tints of Afghan Tan #946220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.51%

R = 53.24%
G = 35.25%
B = 11.51%

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

#946220 (or 0x946220) is known color: Afghan Tan. HEX triplet: 94, 62 and 20. RGB value is (148,98,32). Sum of RGB (Red+Green+Blue) = 148+98+32=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #946220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946220 is #6B9DDF. Grayscale: #696969. Windows color (decimal): -7052768 or 2122388. OLE color: 2122388.

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

Color convert

RGB 148 98 32 -
CMYK 0 0.34 0.78 0.42
HSL 34.14º 0.64% 0.35% -
HSV(B) 34.14º 0.78% 0.58% -
XYZ 16.84 15.14 3.4 -
YUV 105.43 86.57 158.37 -
System Red Green Blue C M Y K H S L
Decimal 148 98 32 0 0.34 0.78 0.42 34.14 0.64 0.35
Hex 94 62 20 0 22 4E 2A 22 40 23
Octal 224 142 40 0 42 116 52 42 100 43
Binary 10010100 1100010 100000 0 100010 1001110 101010 100010 1000000 100011

Color Harmonies of #946220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946220

Black with #946220

Text Example


Text Example

White with #946220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946220; }

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

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

background-color css

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

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

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

border-color css

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

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

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