Html Css Color HEX #8D6E19 Yukon Gold

📋 copy color: '#8D6E19'

red 141 ◦ green 110 ◦ blue 25

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

Shades of Yukon Gold #8D6E19

Tints of Yukon Gold #8D6E19

RGB

 RED value IS 141 (55.47% from 255) = 51.09%

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

 BLUE value IS 25 (10.16% from 255) = 9.06%

R = 51.09%
G = 39.86%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8D6E19 (or 0x8D6E19) is known color: Yukon Gold. HEX triplet: 8D, 6E and 19. RGB value is (141,110,25). Sum of RGB (Red+Green+Blue) = 141+110+25=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6E19 is #7291E6. Grayscale: #6D6D6D. Windows color (decimal): -7508455 or 1666701. OLE color: 1666701.

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

Color convert

RGB 141 110 25 -
CMYK 0 0.22 0.82 0.45
HSL 43.97º 0.7% 0.33% -
HSV(B) 43.97º 0.82% 0.55% -
XYZ 16.74 16.88 3.3 -
YUV 109.58 80.27 150.41 -
System Red Green Blue C M Y K H S L
Decimal 141 110 25 0 0.22 0.82 0.45 43.97 0.7 0.33
Hex 8D 6E 19 0 16 52 2D 2C 46 21
Octal 215 156 31 0 26 122 55 54 106 41
Binary 10001101 1101110 11001 0 10110 1010010 101101 101100 1000110 100001

Color Harmonies of #8D6E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6E19

Black with #8D6E19

Text Example


Text Example

White with #8D6E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,110,25); }

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

background-color css

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

 a { background-color: rgb(141,110,25); }

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

border-color css

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

 span { border-color: rgb(141,110,25); }

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