Html Css Color HEX #986329 Afghan Tan

📋 copy color: '#986329'

red 152 ◦ green 99 ◦ blue 41

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

Shades of Afghan Tan #986329

Tints of Afghan Tan #986329

RGB

 RED value IS 152 (59.77% from 255) = 52.05%

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

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

R = 52.05%
G = 33.9%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#986329 (or 0x986329) is known color: Afghan Tan. HEX triplet: 98, 63 and 29. RGB value is (152,99,41). Sum of RGB (Red+Green+Blue) = 152+99+41=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #986329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986329 is #679CD6. Grayscale: #6C6C6C. Windows color (decimal): -6790359 or 2712472. OLE color: 2712472.

HSL color Cylindrical-coordinate representation of color #986329: hue angle of 31.35º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #986329 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 99 41 -
CMYK 0 0.35 0.73 0.40
HSL 31.35º 0.58% 0.38% -
HSV(B) 31.35º 0.73% 0.6% -
XYZ 17.81 15.76 4.2 -
YUV 108.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 152 99 41 0 0.35 0.73 0.40 31.35 0.58 0.38
Hex 98 63 29 0 23 49 28 1F 3A 26
Octal 230 143 51 0 43 111 50 37 72 46
Binary 10011000 1100011 101001 0 100011 1001001 101000 11111 111010 100110

Color Harmonies of #986329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986329

Black with #986329

Text Example


Text Example

White with #986329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986329; }

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

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

background-color css

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

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

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

border-color css

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

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

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