Html Css Color HEX #946320 Afghan Tan

📋 copy color: '#946320'

red 148 ◦ green 99 ◦ blue 32

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

Shades of Afghan Tan #946320

Tints of Afghan Tan #946320

RGB

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

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

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

R = 53.05%
G = 35.48%
B = 11.47%

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

#946320 (or 0x946320) is known color: Afghan Tan. HEX triplet: 94, 63 and 20. RGB value is (148,99,32). Sum of RGB (Red+Green+Blue) = 148+99+32=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #946320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946320 is #6B9CDF. Grayscale: #6A6A6A. Windows color (decimal): -7052512 or 2122644. OLE color: 2122644.

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

Color convert

RGB 148 99 32 -
CMYK 0 0.33 0.78 0.42
HSL 34.66º 0.64% 0.35% -
HSV(B) 34.66º 0.78% 0.58% -
XYZ 16.94 15.32 3.43 -
YUV 106.01 86.23 157.95 -
System Red Green Blue C M Y K H S L
Decimal 148 99 32 0 0.33 0.78 0.42 34.66 0.64 0.35
Hex 94 63 20 0 21 4E 2A 23 40 23
Octal 224 143 40 0 41 116 52 43 100 43
Binary 10010100 1100011 100000 0 100001 1001110 101010 100011 1000000 100011

Color Harmonies of #946320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946320

Black with #946320

Text Example


Text Example

White with #946320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946320; }

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

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

background-color css

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

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

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

border-color css

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

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

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