Html Css Color HEX #8A6D11 Yukon Gold

📋 copy color: '#8A6D11'

red 138 ◦ green 109 ◦ blue 17

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

Shades of Yukon Gold #8A6D11

Tints of Yukon Gold #8A6D11

RGB

 RED value IS 138 (54.3% from 255) = 52.27%

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

 BLUE value IS 17 (7.03% from 255) = 6.44%

R = 52.27%
G = 41.29%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#8A6D11 (or 0x8A6D11) is known color: Yukon Gold. HEX triplet: 8A, 6D and 11. RGB value is (138,109,17). Sum of RGB (Red+Green+Blue) = 138+109+17=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6D11 is #7592EE. Grayscale: #6B6B6B. Windows color (decimal): -7705327 or 1142154. OLE color: 1142154.

HSL color Cylindrical-coordinate representation of color #8A6D11: hue angle of 45.62º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A6D11 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 109 17 -
CMYK 0 0.21 0.88 0.46
HSL 45.62º 0.78% 0.3% -
HSV(B) 45.62º 0.88% 0.54% -
XYZ 16.05 16.38 2.85 -
YUV 107.18 77.11 149.98 -
System Red Green Blue C M Y K H S L
Decimal 138 109 17 0 0.21 0.88 0.46 45.62 0.78 0.3
Hex 8A 6D 11 0 15 58 2E 2E 4E 1E
Octal 212 155 21 0 25 130 56 56 116 36
Binary 10001010 1101101 10001 0 10101 1011000 101110 101110 1001110 11110

Color Harmonies of #8A6D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6D11

Black with #8A6D11

Text Example


Text Example

White with #8A6D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,109,17); }

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

background-color css

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

 a { background-color: rgb(138,109,17); }

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

border-color css

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

 span { border-color: rgb(138,109,17); }

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