Html Css Color HEX #986327 Afghan Tan

📋 copy color: '#986327'

red 152 ◦ green 99 ◦ blue 39

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

Shades of Afghan Tan #986327

Tints of Afghan Tan #986327

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.14%

 BLUE value IS 39 (15.63% from 255) = 13.45%

R = 52.41%
G = 34.14%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#986327 (or 0x986327) is known color: Afghan Tan. HEX triplet: 98, 63 and 27. RGB value is (152,99,39). Sum of RGB (Red+Green+Blue) = 152+99+39=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #986327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986327 is #679CD8. Grayscale: #6C6C6C. Windows color (decimal): -6790361 or 2581400. OLE color: 2581400.

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

Color convert

RGB 152 99 39 -
CMYK 0 0.35 0.74 0.40
HSL 31.86º 0.59% 0.37% -
HSV(B) 31.86º 0.74% 0.6% -
XYZ 17.78 15.75 4.02 -
YUV 108.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 152 99 39 0 0.35 0.74 0.40 31.86 0.59 0.37
Hex 98 63 27 0 23 4A 28 20 3B 25
Octal 230 143 47 0 43 112 50 40 73 45
Binary 10011000 1100011 100111 0 100011 1001010 101000 100000 111011 100101

Color Harmonies of #986327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986327

Black with #986327

Text Example


Text Example

White with #986327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986327; }

 p { color: rgb(152,99,39); }

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

background-color css

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

 a { background-color: rgb(152,99,39); }

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

border-color css

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

 span { border-color: rgb(152,99,39); }

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