Html Css Color HEX #8F6028 Afghan Tan

📋 copy color: '#8F6028'

red 143 ◦ green 96 ◦ blue 40

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

Shades of Afghan Tan #8F6028

Tints of Afghan Tan #8F6028

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.41%

 BLUE value IS 40 (16.02% from 255) = 14.34%

R = 51.25%
G = 34.41%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#8F6028 (or 0x8F6028) is known color: Afghan Tan. HEX triplet: 8F, 60 and 28. RGB value is (143,96,40). Sum of RGB (Red+Green+Blue) = 143+96+40=279 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.25% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6028 is #709FD7. Grayscale: #676767. Windows color (decimal): -7380952 or 2646159. OLE color: 2646159.

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

Color convert

RGB 143 96 40 -
CMYK 0 0.33 0.72 0.44
HSL 32.62º 0.56% 0.36% -
HSV(B) 32.62º 0.72% 0.56% -
XYZ 15.89 14.36 3.94 -
YUV 103.67 92.07 156.05 -
System Red Green Blue C M Y K H S L
Decimal 143 96 40 0 0.33 0.72 0.44 32.62 0.56 0.36
Hex 8F 60 28 0 21 48 2C 21 38 24
Octal 217 140 50 0 41 110 54 41 70 44
Binary 10001111 1100000 101000 0 100001 1001000 101100 100001 111000 100100

Color Harmonies of #8F6028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6028

Black with #8F6028

Text Example


Text Example

White with #8F6028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,96,40); }

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

background-color css

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

 a { background-color: rgb(143,96,40); }

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

border-color css

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

 span { border-color: rgb(143,96,40); }

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