Html Css Color HEX #986223 Afghan Tan

📋 copy color: '#986223'

red 152 ◦ green 98 ◦ blue 35

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

Shades of Afghan Tan #986223

Tints of Afghan Tan #986223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.28%

R = 53.33%
G = 34.39%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.40

RGB Variations

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

Color information

#986223 (or 0x986223) is known color: Afghan Tan. HEX triplet: 98, 62 and 23. RGB value is (152,98,35). Sum of RGB (Red+Green+Blue) = 152+98+35=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #986223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986223 is #679DDC. Grayscale: #6B6B6B. Windows color (decimal): -6790621 or 2319000. OLE color: 2319000.

HSL color Cylindrical-coordinate representation of color #986223: hue angle of 32.31º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #986223 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 98 35 -
CMYK 0 0.36 0.77 0.40
HSL 32.31º 0.63% 0.37% -
HSV(B) 32.31º 0.77% 0.6% -
XYZ 17.62 15.53 3.66 -
YUV 106.96 87.39 160.12 -
System Red Green Blue C M Y K H S L
Decimal 152 98 35 0 0.36 0.77 0.40 32.31 0.63 0.37
Hex 98 62 23 0 24 4D 28 20 3F 25
Octal 230 142 43 0 44 115 50 40 77 45
Binary 10011000 1100010 100011 0 100100 1001101 101000 100000 111111 100101

Color Harmonies of #986223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986223

Black with #986223

Text Example


Text Example

White with #986223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986223; }

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

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

background-color css

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

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

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

border-color css

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

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

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