Html Css Color HEX #8D651F Afghan Tan

📋 copy color: '#8D651F'

red 141 ◦ green 101 ◦ blue 31

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

Shades of Afghan Tan #8D651F

Tints of Afghan Tan #8D651F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37%

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

R = 51.65%
G = 37%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8D651F (or 0x8D651F) is known color: Afghan Tan. HEX triplet: 8D, 65 and 1F. RGB value is (141,101,31). Sum of RGB (Red+Green+Blue) = 141+101+31=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D651F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D651F is #729AE0. Grayscale: #696969. Windows color (decimal): -7510753 or 2057613. OLE color: 2057613.

HSL color Cylindrical-coordinate representation of color #8D651F: hue angle of 38.18º 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 #8D651F is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 101 31 -
CMYK 0 0.28 0.78 0.45
HSL 38.18º 0.64% 0.34% -
HSV(B) 38.18º 0.78% 0.55% -
XYZ 15.89 15.07 3.37 -
YUV 104.98 86.25 153.69 -
System Red Green Blue C M Y K H S L
Decimal 141 101 31 0 0.28 0.78 0.45 38.18 0.64 0.34
Hex 8D 65 1F 0 1C 4E 2D 26 40 22
Octal 215 145 37 0 34 116 55 46 100 42
Binary 10001101 1100101 11111 0 11100 1001110 101101 100110 1000000 100010

Color Harmonies of #8D651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D651F

Black with #8D651F

Text Example


Text Example

White with #8D651F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,101,31); }

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

background-color css

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

 a { background-color: rgb(141,101,31); }

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

border-color css

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

 span { border-color: rgb(141,101,31); }

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