Html Css Color HEX #8F6427 Afghan Tan

📋 copy color: '#8F6427'

red 143 ◦ green 100 ◦ blue 39

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

Shades of Afghan Tan #8F6427

Tints of Afghan Tan #8F6427

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.46%

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

R = 50.71%
G = 35.46%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#8F6427 (or 0x8F6427) is known color: Afghan Tan. HEX triplet: 8F, 64 and 27. RGB value is (143,100,39). Sum of RGB (Red+Green+Blue) = 143+100+39=282 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.71% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6427 is #709BD8. Grayscale: #6A6A6A. Windows color (decimal): -7379929 or 2581647. OLE color: 2581647.

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

Color convert

RGB 143 100 39 -
CMYK 0 0.30 0.73 0.44
HSL 35.19º 0.57% 0.36% -
HSV(B) 35.19º 0.73% 0.56% -
XYZ 16.25 15.1 3.98 -
YUV 105.9 90.25 154.46 -
System Red Green Blue C M Y K H S L
Decimal 143 100 39 0 0.30 0.73 0.44 35.19 0.57 0.36
Hex 8F 64 27 0 1E 49 2C 23 39 24
Octal 217 144 47 0 36 111 54 43 71 44
Binary 10001111 1100100 100111 0 11110 1001001 101100 100011 111001 100100

Color Harmonies of #8F6427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6427

Black with #8F6427

Text Example


Text Example

White with #8F6427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,100,39); }

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

background-color css

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

 a { background-color: rgb(143,100,39); }

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

border-color css

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

 span { border-color: rgb(143,100,39); }

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