Html Css Color HEX #8C6223 Afghan Tan

📋 copy color: '#8C6223'

red 140 ◦ green 98 ◦ blue 35

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

Shades of Afghan Tan #8C6223

Tints of Afghan Tan #8C6223

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.9%

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

R = 51.28%
G = 35.9%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#8C6223 (or 0x8C6223) is known color: Afghan Tan. HEX triplet: 8C, 62 and 23. RGB value is (140,98,35). Sum of RGB (Red+Green+Blue) = 140+98+35=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6223 is #739DDC. Grayscale: #676767. Windows color (decimal): -7577053 or 2318988. OLE color: 2318988.

HSL color Cylindrical-coordinate representation of color #8C6223: hue angle of 36º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C6223 is Cyan = 0, Magento = 0.3, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 98 35 -
CMYK 0 0.3 0.75 0.45
HSL 36º 0.6% 0.34% -
HSV(B) 36º 0.75% 0.55% -
XYZ 15.49 14.43 3.56 -
YUV 103.38 89.41 154.12 -
System Red Green Blue C M Y K H S L
Decimal 140 98 35 0 0.3 0.75 0.45 36 0.6 0.34
Hex 8C 62 23 0 1E 4B 2D 24 3C 22
Octal 214 142 43 0 36 113 55 44 74 42
Binary 10001100 1100010 100011 0 11110 1001011 101101 100100 111100 100010

Color Harmonies of #8C6223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6223

Black with #8C6223

Text Example


Text Example

White with #8C6223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,98,35); }

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

background-color css

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

 a { background-color: rgb(140,98,35); }

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

border-color css

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

 span { border-color: rgb(140,98,35); }

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