Html Css Color HEX #8C6D10 Yukon Gold

📋 copy color: '#8C6D10'

red 140 ◦ green 109 ◦ blue 16

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

Shades of Yukon Gold #8C6D10

Tints of Yukon Gold #8C6D10

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.13%

 BLUE value IS 16 (6.64% from 255) = 6.04%

R = 52.83%
G = 41.13%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C6D10 (or 0x8C6D10) is known color: Yukon Gold. HEX triplet: 8C, 6D and 10. RGB value is (140,109,16). Sum of RGB (Red+Green+Blue) = 140+109+16=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6D10 is #7392EF. Grayscale: #6C6C6C. Windows color (decimal): -7574256 or 1076620. OLE color: 1076620.

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

Color convert

RGB 140 109 16 -
CMYK 0 0.22 0.89 0.45
HSL 45º 0.79% 0.31% -
HSV(B) 45º 0.89% 0.55% -
XYZ 16.38 16.55 2.82 -
YUV 107.67 76.27 151.06 -
System Red Green Blue C M Y K H S L
Decimal 140 109 16 0 0.22 0.89 0.45 45 0.79 0.31
Hex 8C 6D 10 0 16 59 2D 2D 4F 1F
Octal 214 155 20 0 26 131 55 55 117 37
Binary 10001100 1101101 10000 0 10110 1011001 101101 101101 1001111 11111

Color Harmonies of #8C6D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6D10

Black with #8C6D10

Text Example


Text Example

White with #8C6D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,109,16); }

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

background-color css

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

 a { background-color: rgb(140,109,16); }

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

border-color css

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

 span { border-color: rgb(140,109,16); }

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