Html Css Color HEX #8C6E1E Yukon Gold

📋 copy color: '#8C6E1E'

red 140 ◦ green 110 ◦ blue 30

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

Shades of Yukon Gold #8C6E1E

Tints of Yukon Gold #8C6E1E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.29%

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

R = 50%
G = 39.29%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C6E1E (or 0x8C6E1E) is known color: Yukon Gold. HEX triplet: 8C, 6E and 1E. RGB value is (140,110,30). Sum of RGB (Red+Green+Blue) = 140+110+30=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6E1E is #7391E1. Grayscale: #6E6E6E. Windows color (decimal): -7573986 or 1994380. OLE color: 1994380.

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

Color convert

RGB 140 110 30 -
CMYK 0 0.21 0.79 0.45
HSL 43.64º 0.65% 0.33% -
HSV(B) 43.64º 0.79% 0.55% -
XYZ 16.63 16.82 3.6 -
YUV 109.85 82.94 149.5 -
System Red Green Blue C M Y K H S L
Decimal 140 110 30 0 0.21 0.79 0.45 43.64 0.65 0.33
Hex 8C 6E 1E 0 15 4F 2D 2C 41 21
Octal 214 156 36 0 25 117 55 54 101 41
Binary 10001100 1101110 11110 0 10101 1001111 101101 101100 1000001 100001

Color Harmonies of #8C6E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6E1E

Black with #8C6E1E

Text Example


Text Example

White with #8C6E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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