Html Css Color HEX #946329 Afghan Tan

📋 copy color: '#946329'

red 148 ◦ green 99 ◦ blue 41

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

Shades of Afghan Tan #946329

Tints of Afghan Tan #946329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.24%

R = 51.39%
G = 34.38%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#946329 (or 0x946329) is known color: Afghan Tan. HEX triplet: 94, 63 and 29. RGB value is (148,99,41). Sum of RGB (Red+Green+Blue) = 148+99+41=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #946329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946329 is #6B9CD6. Grayscale: #6B6B6B. Windows color (decimal): -7052503 or 2712468. OLE color: 2712468.

HSL color Cylindrical-coordinate representation of color #946329: hue angle of 32.52º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #946329 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 99 41 -
CMYK 0 0.33 0.72 0.42
HSL 32.52º 0.57% 0.37% -
HSV(B) 32.52º 0.72% 0.58% -
XYZ 17.07 15.38 4.17 -
YUV 107.04 90.73 157.22 -
System Red Green Blue C M Y K H S L
Decimal 148 99 41 0 0.33 0.72 0.42 32.52 0.57 0.37
Hex 94 63 29 0 21 48 2A 21 39 25
Octal 224 143 51 0 41 110 52 41 71 45
Binary 10010100 1100011 101001 0 100001 1001000 101010 100001 111001 100101

Color Harmonies of #946329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946329

Black with #946329

Text Example


Text Example

White with #946329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946329; }

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

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

background-color css

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

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

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

border-color css

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

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

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