Html Css Color HEX #986629 Afghan Tan

📋 copy color: '#986629'

red 152 ◦ green 102 ◦ blue 41

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

Shades of Afghan Tan #986629

Tints of Afghan Tan #986629

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.58%

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

R = 51.53%
G = 34.58%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#986629 (or 0x986629) is known color: Afghan Tan. HEX triplet: 98, 66 and 29. RGB value is (152,102,41). Sum of RGB (Red+Green+Blue) = 152+102+41=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #986629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986629 is #6799D6. Grayscale: #6E6E6E. Windows color (decimal): -6789591 or 2713240. OLE color: 2713240.

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

Color convert

RGB 152 102 41 -
CMYK 0 0.33 0.73 0.40
HSL 32.97º 0.58% 0.38% -
HSV(B) 32.97º 0.73% 0.6% -
XYZ 18.1 16.34 4.3 -
YUV 110 89.07 157.96 -
System Red Green Blue C M Y K H S L
Decimal 152 102 41 0 0.33 0.73 0.40 32.97 0.58 0.38
Hex 98 66 29 0 21 49 28 21 3A 26
Octal 230 146 51 0 41 111 50 41 72 46
Binary 10011000 1100110 101001 0 100001 1001001 101000 100001 111010 100110

Color Harmonies of #986629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986629

Black with #986629

Text Example


Text Example

White with #986629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986629; }

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

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

background-color css

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

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

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

border-color css

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

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

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