Html Css Color HEX #8C6426 Afghan Tan

📋 copy color: '#8C6426'

red 140 ◦ green 100 ◦ blue 38

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

Shades of Afghan Tan #8C6426

Tints of Afghan Tan #8C6426

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.97%

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

R = 50.36%
G = 35.97%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8C6426 (or 0x8C6426) is known color: Afghan Tan. HEX triplet: 8C, 64 and 26. RGB value is (140,100,38). Sum of RGB (Red+Green+Blue) = 140+100+38=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6426 is #739BD9. Grayscale: #696969. Windows color (decimal): -7576538 or 2516108. OLE color: 2516108.

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

Color convert

RGB 140 100 38 -
CMYK 0 0.29 0.73 0.45
HSL 36.47º 0.57% 0.35% -
HSV(B) 36.47º 0.73% 0.55% -
XYZ 15.72 14.83 3.87 -
YUV 104.89 90.25 153.04 -
System Red Green Blue C M Y K H S L
Decimal 140 100 38 0 0.29 0.73 0.45 36.47 0.57 0.35
Hex 8C 64 26 0 1D 49 2D 24 39 23
Octal 214 144 46 0 35 111 55 44 71 43
Binary 10001100 1100100 100110 0 11101 1001001 101101 100100 111001 100011

Color Harmonies of #8C6426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6426

Black with #8C6426

Text Example


Text Example

White with #8C6426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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