Html Css Color HEX #8C6023 Afghan Tan

📋 copy color: '#8C6023'

red 140 ◦ green 96 ◦ blue 35

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

Shades of Afghan Tan #8C6023

Tints of Afghan Tan #8C6023

RGB

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

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

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

R = 51.66%
G = 35.42%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#8C6023 (or 0x8C6023) is known color: Afghan Tan. HEX triplet: 8C, 60 and 23. RGB value is (140,96,35). Sum of RGB (Red+Green+Blue) = 140+96+35=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6023 is #739FDC. Grayscale: #666666. Windows color (decimal): -7577565 or 2318476. OLE color: 2318476.

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

Color convert

RGB 140 96 35 -
CMYK 0 0.31 0.75 0.45
HSL 34.86º 0.6% 0.34% -
HSV(B) 34.86º 0.75% 0.55% -
XYZ 15.3 14.06 3.5 -
YUV 102.2 90.08 154.96 -
System Red Green Blue C M Y K H S L
Decimal 140 96 35 0 0.31 0.75 0.45 34.86 0.6 0.34
Hex 8C 60 23 0 1F 4B 2D 23 3C 22
Octal 214 140 43 0 37 113 55 43 74 42
Binary 10001100 1100000 100011 0 11111 1001011 101101 100011 111100 100010

Color Harmonies of #8C6023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6023

Black with #8C6023

Text Example


Text Example

White with #8C6023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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