Html Css Color HEX #946321 Afghan Tan

📋 copy color: '#946321'

red 148 ◦ green 99 ◦ blue 33

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

Shades of Afghan Tan #946321

Tints of Afghan Tan #946321

RGB

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

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

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

R = 52.86%
G = 35.36%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#946321 (or 0x946321) is known color: Afghan Tan. HEX triplet: 94, 63 and 21. RGB value is (148,99,33). Sum of RGB (Red+Green+Blue) = 148+99+33=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #946321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946321 is #6B9CDE. Grayscale: #6A6A6A. Windows color (decimal): -7052511 or 2188180. OLE color: 2188180.

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

Color convert

RGB 148 99 33 -
CMYK 0 0.33 0.78 0.42
HSL 34.43º 0.64% 0.35% -
HSV(B) 34.43º 0.78% 0.58% -
XYZ 16.95 15.33 3.5 -
YUV 106.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 148 99 33 0 0.33 0.78 0.42 34.43 0.64 0.35
Hex 94 63 21 0 21 4E 2A 22 40 23
Octal 224 143 41 0 41 116 52 42 100 43
Binary 10010100 1100011 100001 0 100001 1001110 101010 100010 1000000 100011

Color Harmonies of #946321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946321

Black with #946321

Text Example


Text Example

White with #946321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946321; }

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

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

background-color css

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

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

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

border-color css

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

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

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