Html Css Color HEX #8C6427 Afghan Tan

📋 copy color: '#8C6427'

red 140 ◦ green 100 ◦ blue 39

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

Shades of Afghan Tan #8C6427

Tints of Afghan Tan #8C6427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.98%

R = 50.18%
G = 35.84%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8C6427 (or 0x8C6427) is known color: Afghan Tan. HEX triplet: 8C, 64 and 27. RGB value is (140,100,39). Sum of RGB (Red+Green+Blue) = 140+100+39=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6427 is #739BD8. Grayscale: #696969. Windows color (decimal): -7576537 or 2581644. OLE color: 2581644.

HSL color Cylindrical-coordinate representation of color #8C6427: hue angle of 36.24º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C6427 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 100 39 -
CMYK 0 0.29 0.72 0.45
HSL 36.24º 0.56% 0.35% -
HSV(B) 36.24º 0.72% 0.55% -
XYZ 15.74 14.84 3.95 -
YUV 105.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 140 100 39 0 0.29 0.72 0.45 36.24 0.56 0.35
Hex 8C 64 27 0 1D 48 2D 24 38 23
Octal 214 144 47 0 35 110 55 44 70 43
Binary 10001100 1100100 100111 0 11101 1001000 101101 100100 111000 100011

Color Harmonies of #8C6427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6427

Black with #8C6427

Text Example


Text Example

White with #8C6427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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