Html Css Color HEX #8C6F10 Yukon Gold

📋 copy color: '#8C6F10'

red 140 ◦ green 111 ◦ blue 16

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

Shades of Yukon Gold #8C6F10

Tints of Yukon Gold #8C6F10

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.57%

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

R = 52.43%
G = 41.57%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C6F10 (or 0x8C6F10) is known color: Yukon Gold. HEX triplet: 8C, 6F and 10. RGB value is (140,111,16). Sum of RGB (Red+Green+Blue) = 140+111+16=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6F10 is #7390EF. Grayscale: #6D6D6D. Windows color (decimal): -7573744 or 1077132. OLE color: 1077132.

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

Color convert

RGB 140 111 16 -
CMYK 0 0.21 0.89 0.45
HSL 45.97º 0.79% 0.31% -
HSV(B) 45.97º 0.89% 0.55% -
XYZ 16.59 16.98 2.89 -
YUV 108.84 75.61 150.22 -
System Red Green Blue C M Y K H S L
Decimal 140 111 16 0 0.21 0.89 0.45 45.97 0.79 0.31
Hex 8C 6F 10 0 15 59 2D 2E 4F 1F
Octal 214 157 20 0 25 131 55 56 117 37
Binary 10001100 1101111 10000 0 10101 1011001 101101 101110 1001111 11111

Color Harmonies of #8C6F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6F10

Black with #8C6F10

Text Example


Text Example

White with #8C6F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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