Html Css Color HEX #8C601E Afghan Tan

📋 copy color: '#8C601E'

red 140 ◦ green 96 ◦ blue 30

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

Shades of Afghan Tan #8C601E

Tints of Afghan Tan #8C601E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.28%

R = 52.63%
G = 36.09%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C601E (or 0x8C601E) is known color: Afghan Tan. HEX triplet: 8C, 60 and 1E. RGB value is (140,96,30). Sum of RGB (Red+Green+Blue) = 140+96+30=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C601E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C601E is #739FE1. Grayscale: #656565. Windows color (decimal): -7577570 or 1990796. OLE color: 1990796.

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

Color convert

RGB 140 96 30 -
CMYK 0 0.31 0.79 0.45
HSL 36º 0.65% 0.33% -
HSV(B) 36º 0.79% 0.55% -
XYZ 15.23 14.03 3.13 -
YUV 101.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 140 96 30 0 0.31 0.79 0.45 36 0.65 0.33
Hex 8C 60 1E 0 1F 4F 2D 24 41 21
Octal 214 140 36 0 37 117 55 44 101 41
Binary 10001100 1100000 11110 0 11111 1001111 101101 100100 1000001 100001

Color Harmonies of #8C601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C601E

Black with #8C601E

Text Example


Text Example

White with #8C601E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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