Html Css Color HEX #8F6323 Afghan Tan

📋 copy color: '#8F6323'

red 143 ◦ green 99 ◦ blue 35

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

Shades of Afghan Tan #8F6323

Tints of Afghan Tan #8F6323

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.74%

 BLUE value IS 35 (14.06% from 255) = 12.64%

R = 51.62%
G = 35.74%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#8F6323 (or 0x8F6323) is known color: Afghan Tan. HEX triplet: 8F, 63 and 23. RGB value is (143,99,35). Sum of RGB (Red+Green+Blue) = 143+99+35=277 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.62% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6323 is #709CDC. Grayscale: #696969. Windows color (decimal): -7380189 or 2319247. OLE color: 2319247.

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

Color convert

RGB 143 99 35 -
CMYK 0 0.31 0.76 0.44
HSL 35.56º 0.61% 0.35% -
HSV(B) 35.56º 0.76% 0.56% -
XYZ 16.09 14.88 3.61 -
YUV 104.86 88.58 155.2 -
System Red Green Blue C M Y K H S L
Decimal 143 99 35 0 0.31 0.76 0.44 35.56 0.61 0.35
Hex 8F 63 23 0 1F 4C 2C 24 3D 23
Octal 217 143 43 0 37 114 54 44 75 43
Binary 10001111 1100011 100011 0 11111 1001100 101100 100100 111101 100011

Color Harmonies of #8F6323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6323

Black with #8F6323

Text Example


Text Example

White with #8F6323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,99,35); }

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

background-color css

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

 a { background-color: rgb(143,99,35); }

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

border-color css

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

 span { border-color: rgb(143,99,35); }

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