Html Css Color HEX #8F6523 Afghan Tan

📋 copy color: '#8F6523'

red 143 ◦ green 101 ◦ blue 35

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

Shades of Afghan Tan #8F6523

Tints of Afghan Tan #8F6523

RGB

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

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

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

R = 51.25%
G = 36.2%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#8F6523 (or 0x8F6523) is known color: Afghan Tan. HEX triplet: 8F, 65 and 23. RGB value is (143,101,35). Sum of RGB (Red+Green+Blue) = 143+101+35=279 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.25% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6523 is #709ADC. Grayscale: #6A6A6A. Windows color (decimal): -7379677 or 2319759. OLE color: 2319759.

HSL color Cylindrical-coordinate representation of color #8F6523: hue angle of 36.67º 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 #8F6523 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 101 35 -
CMYK 0 0.29 0.76 0.44
HSL 36.67º 0.61% 0.35% -
HSV(B) 36.67º 0.76% 0.56% -
XYZ 16.28 15.27 3.68 -
YUV 106.03 87.91 154.37 -
System Red Green Blue C M Y K H S L
Decimal 143 101 35 0 0.29 0.76 0.44 36.67 0.61 0.35
Hex 8F 65 23 0 1D 4C 2C 25 3D 23
Octal 217 145 43 0 35 114 54 45 75 43
Binary 10001111 1100101 100011 0 11101 1001100 101100 100101 111101 100011

Color Harmonies of #8F6523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6523

Black with #8F6523

Text Example


Text Example

White with #8F6523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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