#8A6915

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

Shades of Yukon Gold #8A6915

Tints of Yukon Gold #8A6915

Color information

#8A6915 (or 0x8A6915) is unknown color: approx Yukon Gold. HEX triplet: 8A, 69 and 15. RGB value is (138,105,21). Sum of RGB (Red+Green+Blue) = 138+105+21=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6915 is #7596EA. Grayscale: #696969. Windows color (decimal): -7706347 or 1403274. OLE color: 1403274.

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

Color convert

RGB13810521-
CMYK00.240.850.46
HSL43.08º73.58%31.18%-
HSV(B)43.08º84.78%54.12%-
XYZ15.6715.562.89-
YUV105.2980.43151.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.27%
GREEN value IS 105 (41.41% from 255) = 39.77%
BLUE value IS 21 (8.59% from 255) = 7.95%
R=52.27%
G=39.77%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381052100.240.850.4643.0873.5831.18
Hex8A6915018552E2b4a1f
Octal21215125030125565311237
Binary100010101101001101010110001010101101110101011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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