Html Css Color HEX #8C6F13 Yukon Gold

📋 copy color: '#8C6F13'

red 140 ◦ green 111 ◦ blue 19

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

Shades of Yukon Gold #8C6F13

Tints of Yukon Gold #8C6F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.04%

R = 51.85%
G = 41.11%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C6F13 (or 0x8C6F13) is known color: Yukon Gold. HEX triplet: 8C, 6F and 13. RGB value is (140,111,19). Sum of RGB (Red+Green+Blue) = 140+111+19=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6F13 is #7390EC. Grayscale: #6D6D6D. Windows color (decimal): -7573741 or 1273740. OLE color: 1273740.

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

Color convert

RGB 140 111 19 -
CMYK 0 0.21 0.86 0.45
HSL 45.62º 0.76% 0.31% -
HSV(B) 45.62º 0.86% 0.55% -
XYZ 16.62 16.99 3.02 -
YUV 109.18 77.11 149.98 -
System Red Green Blue C M Y K H S L
Decimal 140 111 19 0 0.21 0.86 0.45 45.62 0.76 0.31
Hex 8C 6F 13 0 15 56 2D 2E 4C 1F
Octal 214 157 23 0 25 126 55 56 114 37
Binary 10001100 1101111 10011 0 10101 1010110 101101 101110 1001100 11111

Color Harmonies of #8C6F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6F13

Black with #8C6F13

Text Example


Text Example

White with #8C6F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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