Html Css Color HEX #986823 Afghan Tan

📋 copy color: '#986823'

red 152 ◦ green 104 ◦ blue 35

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

Shades of Afghan Tan #986823

Tints of Afghan Tan #986823

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.74%

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

R = 52.23%
G = 35.74%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.40

RGB Variations

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

Color information

#986823 (or 0x986823) is known color: Afghan Tan. HEX triplet: 98, 68 and 23. RGB value is (152,104,35). Sum of RGB (Red+Green+Blue) = 152+104+35=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #986823 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986823 is #6797DC. Grayscale: #6E6E6E. Windows color (decimal): -6789085 or 2320536. OLE color: 2320536.

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

Color convert

RGB 152 104 35 -
CMYK 0 0.32 0.77 0.40
HSL 35.38º 0.63% 0.37% -
HSV(B) 35.38º 0.77% 0.6% -
XYZ 18.2 16.7 3.85 -
YUV 110.49 85.4 157.61 -
System Red Green Blue C M Y K H S L
Decimal 152 104 35 0 0.32 0.77 0.40 35.38 0.63 0.37
Hex 98 68 23 0 20 4D 28 23 3F 25
Octal 230 150 43 0 40 115 50 43 77 45
Binary 10011000 1101000 100011 0 100000 1001101 101000 100011 111111 100101

Color Harmonies of #986823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986823

Black with #986823

Text Example


Text Example

White with #986823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986823; }

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

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

background-color css

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

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

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

border-color css

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

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

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