Html Css Color HEX #8C611F Afghan Tan

📋 copy color: '#8C611F'

red 140 ◦ green 97 ◦ blue 31

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

Shades of Afghan Tan #8C611F

Tints of Afghan Tan #8C611F

RGB

 RED value IS 140 (55.08% from 255) = 52.24%

 GREEN value IS 97 (38.28% from 255) = 36.19%

 BLUE value IS 31 (12.5% from 255) = 11.57%

R = 52.24%
G = 36.19%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8C611F (or 0x8C611F) is known color: Afghan Tan. HEX triplet: 8C, 61 and 1F. RGB value is (140,97,31). Sum of RGB (Red+Green+Blue) = 140+97+31=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C611F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C611F is #739EE0. Grayscale: #666666. Windows color (decimal): -7577313 or 2056588. OLE color: 2056588.

HSL color Cylindrical-coordinate representation of color #8C611F: hue angle of 36.33º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C611F is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 97 31 -
CMYK 0 0.31 0.78 0.45
HSL 36.33º 0.64% 0.34% -
HSV(B) 36.33º 0.78% 0.55% -
XYZ 15.34 14.22 3.23 -
YUV 102.33 87.75 154.87 -
System Red Green Blue C M Y K H S L
Decimal 140 97 31 0 0.31 0.78 0.45 36.33 0.64 0.34
Hex 8C 61 1F 0 1F 4E 2D 24 40 22
Octal 214 141 37 0 37 116 55 44 100 42
Binary 10001100 1100001 11111 0 11111 1001110 101101 100100 1000000 100010

Color Harmonies of #8C611F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C611F

Black with #8C611F

Text Example


Text Example

White with #8C611F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,97,31); }

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

background-color css

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

 a { background-color: rgb(140,97,31); }

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

border-color css

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

 span { border-color: rgb(140,97,31); }

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