Html Css Color HEX #8F6725 Afghan Tan

📋 copy color: '#8F6725'

red 143 ◦ green 103 ◦ blue 37

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

Shades of Afghan Tan #8F6725

Tints of Afghan Tan #8F6725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.07%

R = 50.53%
G = 36.4%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#8F6725 (or 0x8F6725) is known color: Afghan Tan. HEX triplet: 8F, 67 and 25. RGB value is (143,103,37). Sum of RGB (Red+Green+Blue) = 143+103+37=283 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.53% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6725 is #7098DA. Grayscale: #6B6B6B. Windows color (decimal): -7379163 or 2451343. OLE color: 2451343.

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

Color convert

RGB 143 103 37 -
CMYK 0 0.28 0.74 0.44
HSL 37.36º 0.59% 0.35% -
HSV(B) 37.36º 0.74% 0.56% -
XYZ 16.51 15.67 3.91 -
YUV 107.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 143 103 37 0 0.28 0.74 0.44 37.36 0.59 0.35
Hex 8F 67 25 0 1C 4A 2C 25 3B 23
Octal 217 147 45 0 34 112 54 45 73 43
Binary 10001111 1100111 100101 0 11100 1001010 101100 100101 111011 100011

Color Harmonies of #8F6725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6725

Black with #8F6725

Text Example


Text Example

White with #8F6725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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