#8A6815

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

Shades of Yukon Gold #8A6815

Tints of Yukon Gold #8A6815

Color information

#8A6815 (or 0x8A6815) is unknown color: approx Yukon Gold. HEX triplet: 8A, 68 and 15. RGB value is (138,104,21). Sum of RGB (Red+Green+Blue) = 138+104+21=263 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.47% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6815 is #7597EA. Grayscale: #696969. Windows color (decimal): -7706603 or 1403018. OLE color: 1403018.

HSL color Cylindrical-coordinate representation of color #8A6815: hue angle of 42.56º 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 #8A6815 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB13810421-
CMYK00.250.850.46
HSL42.56º73.58%31.18%-
HSV(B)42.56º84.78%54.12%-
XYZ15.5715.362.85-
YUV104.780.76151.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.47%
GREEN value IS 104 (41.02% from 255) = 39.54%
BLUE value IS 21 (8.59% from 255) = 7.98%
R=52.47%
G=39.54%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381042100.250.850.4642.5673.5831.18
Hex8A6815019552E2b4a1f
Octal21215025031125565311237
Binary100010101101000101010110011010101101110101011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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