Html Css Color HEX #8C6026 Afghan Tan

📋 copy color: '#8C6026'

red 140 ◦ green 96 ◦ blue 38

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

Shades of Afghan Tan #8C6026

Tints of Afghan Tan #8C6026

RGB

 RED value IS 140 (55.08% from 255) = 51.09%

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

 BLUE value IS 38 (15.23% from 255) = 13.87%

R = 51.09%
G = 35.04%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8C6026 (or 0x8C6026) is known color: Afghan Tan. HEX triplet: 8C, 60 and 26. RGB value is (140,96,38). Sum of RGB (Red+Green+Blue) = 140+96+38=274 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.09% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6026 is #739FD9. Grayscale: #666666. Windows color (decimal): -7577562 or 2515084. OLE color: 2515084.

HSL color Cylindrical-coordinate representation of color #8C6026: hue angle of 34.12º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C6026 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 96 38 -
CMYK 0 0.31 0.73 0.45
HSL 34.12º 0.57% 0.35% -
HSV(B) 34.12º 0.73% 0.55% -
XYZ 15.35 14.08 3.74 -
YUV 102.54 91.58 154.72 -
System Red Green Blue C M Y K H S L
Decimal 140 96 38 0 0.31 0.73 0.45 34.12 0.57 0.35
Hex 8C 60 26 0 1F 49 2D 22 39 23
Octal 214 140 46 0 37 111 55 42 71 43
Binary 10001100 1100000 100110 0 11111 1001001 101101 100010 111001 100011

Color Harmonies of #8C6026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6026

Black with #8C6026

Text Example


Text Example

White with #8C6026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,96,38); }

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

background-color css

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

 a { background-color: rgb(140,96,38); }

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

border-color css

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

 span { border-color: rgb(140,96,38); }

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