Html Css Color HEX #986229 Afghan Tan

📋 copy color: '#986229'

red 152 ◦ green 98 ◦ blue 41

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

Shades of Afghan Tan #986229

Tints of Afghan Tan #986229

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.68%

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

R = 52.23%
G = 33.68%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#986229 (or 0x986229) is known color: Afghan Tan. HEX triplet: 98, 62 and 29. RGB value is (152,98,41). Sum of RGB (Red+Green+Blue) = 152+98+41=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #986229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986229 is #679DD6. Grayscale: #6B6B6B. Windows color (decimal): -6790615 or 2712216. OLE color: 2712216.

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

Color convert

RGB 152 98 41 -
CMYK 0 0.36 0.73 0.40
HSL 30.81º 0.58% 0.38% -
HSV(B) 30.81º 0.73% 0.6% -
XYZ 17.72 15.57 4.17 -
YUV 107.65 90.39 159.63 -
System Red Green Blue C M Y K H S L
Decimal 152 98 41 0 0.36 0.73 0.40 30.81 0.58 0.38
Hex 98 62 29 0 24 49 28 1F 3A 26
Octal 230 142 51 0 44 111 50 37 72 46
Binary 10011000 1100010 101001 0 100100 1001001 101000 11111 111010 100110

Color Harmonies of #986229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986229

Black with #986229

Text Example


Text Example

White with #986229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986229; }

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

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

background-color css

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

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

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

border-color css

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

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

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