Html Css Color HEX #986529 Afghan Tan

📋 copy color: '#986529'

red 152 ◦ green 101 ◦ blue 41

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

Shades of Afghan Tan #986529

Tints of Afghan Tan #986529

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.35%

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

R = 51.7%
G = 34.35%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#986529 (or 0x986529) is known color: Afghan Tan. HEX triplet: 98, 65 and 29. RGB value is (152,101,41). Sum of RGB (Red+Green+Blue) = 152+101+41=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #986529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986529 is #679AD6. Grayscale: #6D6D6D. Windows color (decimal): -6789847 or 2712984. OLE color: 2712984.

HSL color Cylindrical-coordinate representation of color #986529: hue angle of 32.43º 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 #986529 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 101 41 -
CMYK 0 0.34 0.73 0.40
HSL 32.43º 0.58% 0.38% -
HSV(B) 32.43º 0.73% 0.6% -
XYZ 18 16.14 4.26 -
YUV 109.41 89.4 158.38 -
System Red Green Blue C M Y K H S L
Decimal 152 101 41 0 0.34 0.73 0.40 32.43 0.58 0.38
Hex 98 65 29 0 22 49 28 20 3A 26
Octal 230 145 51 0 42 111 50 40 72 46
Binary 10011000 1100101 101001 0 100010 1001001 101000 100000 111010 100110

Color Harmonies of #986529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986529

Black with #986529

Text Example


Text Example

White with #986529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986529; }

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

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

background-color css

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

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

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

border-color css

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

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

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