Html Css Color HEX #946322 Afghan Tan

📋 copy color: '#946322'

red 148 ◦ green 99 ◦ blue 34

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

Shades of Afghan Tan #946322

Tints of Afghan Tan #946322

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.23%

 BLUE value IS 34 (13.67% from 255) = 12.1%

R = 52.67%
G = 35.23%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#946322 (or 0x946322) is known color: Afghan Tan. HEX triplet: 94, 63 and 22. RGB value is (148,99,34). Sum of RGB (Red+Green+Blue) = 148+99+34=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #946322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946322 is #6B9CDD. Grayscale: #6A6A6A. Windows color (decimal): -7052510 or 2253716. OLE color: 2253716.

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

Color convert

RGB 148 99 34 -
CMYK 0 0.33 0.77 0.42
HSL 34.21º 0.63% 0.36% -
HSV(B) 34.21º 0.77% 0.58% -
XYZ 16.96 15.34 3.58 -
YUV 106.24 87.23 157.79 -
System Red Green Blue C M Y K H S L
Decimal 148 99 34 0 0.33 0.77 0.42 34.21 0.63 0.36
Hex 94 63 22 0 21 4D 2A 22 3F 24
Octal 224 143 42 0 41 115 52 42 77 44
Binary 10010100 1100011 100010 0 100001 1001101 101010 100010 111111 100100

Color Harmonies of #946322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946322

Black with #946322

Text Example


Text Example

White with #946322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946322; }

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

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

background-color css

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

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

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

border-color css

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

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

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