Html Css Color HEX #8D6324 Afghan Tan

📋 copy color: '#8D6324'

red 141 ◦ green 99 ◦ blue 36

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

Shades of Afghan Tan #8D6324

Tints of Afghan Tan #8D6324

RGB

 RED value IS 141 (55.47% from 255) = 51.09%

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

 BLUE value IS 36 (14.45% from 255) = 13.04%

R = 51.09%
G = 35.87%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8D6324 (or 0x8D6324) is known color: Afghan Tan. HEX triplet: 8D, 63 and 24. RGB value is (141,99,36). Sum of RGB (Red+Green+Blue) = 141+99+36=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6324 is #729CDB. Grayscale: #686868. Windows color (decimal): -7511260 or 2384781. OLE color: 2384781.

HSL color Cylindrical-coordinate representation of color #8D6324: hue angle of 36º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D6324 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 99 36 -
CMYK 0 0.30 0.74 0.45
HSL 36º 0.59% 0.35% -
HSV(B) 36º 0.74% 0.55% -
XYZ 15.76 14.71 3.68 -
YUV 104.38 89.41 154.12 -
System Red Green Blue C M Y K H S L
Decimal 141 99 36 0 0.30 0.74 0.45 36 0.59 0.35
Hex 8D 63 24 0 1E 4A 2D 24 3B 23
Octal 215 143 44 0 36 112 55 44 73 43
Binary 10001101 1100011 100100 0 11110 1001010 101101 100100 111011 100011

Color Harmonies of #8D6324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6324

Black with #8D6324

Text Example


Text Example

White with #8D6324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D6324; }

 p { color: rgb(141,99,36); }

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

background-color css

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

 a { background-color: rgb(141,99,36); }

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

border-color css

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

 span { border-color: rgb(141,99,36); }

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