#8c6323

Color #8C6323 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #8C6323

Tints of Afghan Tan #8C6323

Color information

#8C6323 (or 0x8C6323) is unknown color: approx Afghan Tan. HEX triplet: 8C, 63 and 23. RGB value is (140,99,35). Sum of RGB (Red+Green+Blue) = 140+99+35=274 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.09% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6323 is #739CDC. Grayscale: #686868. Windows color (decimal): -7576797 or 2319244. OLE color: 2319244.

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

Color convert

RGB1409935-
CMYK00.290.750.45
HSL36.57º60%34.31%-
HSV(B)36.57º75%54.9%-
XYZ15.5814.623.59-
YUV103.9689.08153.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.09%
GREEN value IS 99 (39.06% from 255) = 36.13%
BLUE value IS 35 (14.06% from 255) = 12.77%
R=51.09%
G=36.13%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140993500.290.750.4536.576034.31
Hex8C632301D4B2D253c22
Octal2141434303511355457442
Binary1000110011000111000110111011001011101101100101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c6323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8c6323;
 }
 .AnyTagClassName
 {
   color: #8c6323;
 }
</style>
background-color css

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

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

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

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

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

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