Html Css Color HEX #8C7110 Yukon Gold

📋 copy color: '#8C7110'

red 140 ◦ green 113 ◦ blue 16

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

Shades of Yukon Gold #8C7110

Tints of Yukon Gold #8C7110

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.01%

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

R = 52.04%
G = 42.01%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C7110 (or 0x8C7110) is known color: Yukon Gold. HEX triplet: 8C, 71 and 10. RGB value is (140,113,16). Sum of RGB (Red+Green+Blue) = 140+113+16=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7110 is #738EEF. Grayscale: #6E6E6E. Windows color (decimal): -7573232 or 1077644. OLE color: 1077644.

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

Color convert

RGB 140 113 16 -
CMYK 0 0.19 0.89 0.45
HSL 46.94º 0.79% 0.31% -
HSV(B) 46.94º 0.89% 0.55% -
XYZ 16.81 17.42 2.97 -
YUV 110.02 74.95 149.39 -
System Red Green Blue C M Y K H S L
Decimal 140 113 16 0 0.19 0.89 0.45 46.94 0.79 0.31
Hex 8C 71 10 0 13 59 2D 2F 4F 1F
Octal 214 161 20 0 23 131 55 57 117 37
Binary 10001100 1110001 10000 0 10011 1011001 101101 101111 1001111 11111

Color Harmonies of #8C7110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7110

Black with #8C7110

Text Example


Text Example

White with #8C7110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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