#8C631C

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

Shades of Afghan Tan #8C631C

Tints of Afghan Tan #8C631C

Color information

#8C631C (or 0x8C631C) is unknown color: approx Afghan Tan. HEX triplet: 8C, 63 and 1C. RGB value is (140,99,28). Sum of RGB (Red+Green+Blue) = 140+99+28=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C631C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C631C is #739CE3. Grayscale: #676767. Windows color (decimal): -7576804 or 1860492. OLE color: 1860492.

HSL color Cylindrical-coordinate representation of color #8C631C: hue angle of 38.04º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C631C is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB1409928-
CMYK00.290.800.45
HSL38.04º66.67%32.94%-
HSV(B)38.04º80%54.9%-
XYZ15.4914.583.1-
YUV103.1685.58154.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.43%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 28 (11.33% from 255) = 10.49%
R=52.43%
G=37.08%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140992800.290.800.4538.0466.6732.94
Hex8C631C01D502D264321
Octal21414334035120554610341
Binary1000110011000111110001110110100001011011001101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C631C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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