Html Css Color HEX #8F6726 Afghan Tan

📋 copy color: '#8F6726'

red 143 ◦ green 103 ◦ blue 38

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

Shades of Afghan Tan #8F6726

Tints of Afghan Tan #8F6726

RGB

 RED value IS 143 (56.25% from 255) = 50.35%

 GREEN value IS 103 (40.63% from 255) = 36.27%

 BLUE value IS 38 (15.23% from 255) = 13.38%

R = 50.35%
G = 36.27%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#8F6726 (or 0x8F6726) is known color: Afghan Tan. HEX triplet: 8F, 67 and 26. RGB value is (143,103,38). Sum of RGB (Red+Green+Blue) = 143+103+38=284 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.35% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6726 is #7098D9. Grayscale: #6B6B6B. Windows color (decimal): -7379162 or 2516879. OLE color: 2516879.

HSL color Cylindrical-coordinate representation of color #8F6726: hue angle of 37.14º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F6726 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 103 38 -
CMYK 0 0.28 0.73 0.44
HSL 37.14º 0.58% 0.35% -
HSV(B) 37.14º 0.73% 0.56% -
XYZ 16.53 15.68 3.99 -
YUV 107.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 143 103 38 0 0.28 0.73 0.44 37.14 0.58 0.35
Hex 8F 67 26 0 1C 49 2C 25 3A 23
Octal 217 147 46 0 34 111 54 45 72 43
Binary 10001111 1100111 100110 0 11100 1001001 101100 100101 111010 100011

Color Harmonies of #8F6726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6726

Black with #8F6726

Text Example


Text Example

White with #8F6726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,103,38); }

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

background-color css

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

 a { background-color: rgb(143,103,38); }

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

border-color css

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

 span { border-color: rgb(143,103,38); }

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