#8A6B15

Color #8A6B15 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #8A6B15

Tints of Yukon Gold #8A6B15

Color information

#8A6B15 (or 0x8A6B15) is unknown color: approx Yukon Gold. HEX triplet: 8A, 6B and 15. RGB value is (138,107,21). Sum of RGB (Red+Green+Blue) = 138+107+21=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6B15 is #7594EA. Grayscale: #6A6A6A. Windows color (decimal): -7705835 or 1403786. OLE color: 1403786.

HSL color Cylindrical-coordinate representation of color #8A6B15: hue angle of 44.1º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A6B15 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB13810721-
CMYK00.220.850.46
HSL44.1º73.58%31.18%-
HSV(B)44.1º84.78%54.12%-
XYZ15.8715.972.96-
YUV106.4679.77150.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.88%
GREEN value IS 107 (42.19% from 255) = 40.23%
BLUE value IS 21 (8.59% from 255) = 7.89%
R=51.88%
G=40.23%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381072100.220.850.4644.173.5831.18
Hex8A6B15016552E2c4a1f
Octal21215325026125565411237
Binary100010101101011101010101101010101101110101100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,107,21); }

 H1.HeaderClassName
 {
   color: #8A6B15;
 }
 .AnyTagClassName
 {
   color: #8A6B15;
 }
</style>
background-color css

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

 a { background-color: rgb(138,107,21); }

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

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

 span { border-color: rgb(138,107,21); }

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