Html Css Color HEX #986623 Afghan Tan

📋 copy color: '#986623'

red 152 ◦ green 102 ◦ blue 35

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

Shades of Afghan Tan #986623

Tints of Afghan Tan #986623

RGB

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

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

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

R = 52.6%
G = 35.29%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.40

RGB Variations

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

Color information

#986623 (or 0x986623) is known color: Afghan Tan. HEX triplet: 98, 66 and 23. RGB value is (152,102,35). Sum of RGB (Red+Green+Blue) = 152+102+35=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #986623 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986623 is #6799DC. Grayscale: #6D6D6D. Windows color (decimal): -6789597 or 2320024. OLE color: 2320024.

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

Color convert

RGB 152 102 35 -
CMYK 0 0.33 0.77 0.40
HSL 34.36º 0.63% 0.37% -
HSV(B) 34.36º 0.77% 0.6% -
XYZ 18 16.3 3.79 -
YUV 109.31 86.07 158.45 -
System Red Green Blue C M Y K H S L
Decimal 152 102 35 0 0.33 0.77 0.40 34.36 0.63 0.37
Hex 98 66 23 0 21 4D 28 22 3F 25
Octal 230 146 43 0 41 115 50 42 77 45
Binary 10011000 1100110 100011 0 100001 1001101 101000 100010 111111 100101

Color Harmonies of #986623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986623

Black with #986623

Text Example


Text Example

White with #986623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986623; }

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

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

background-color css

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

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

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

border-color css

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

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

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