#8A6B16

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

Shades of Yukon Gold #8A6B16

Tints of Yukon Gold #8A6B16

Color information

#8A6B16 (or 0x8A6B16) is unknown color: approx Yukon Gold. HEX triplet: 8A, 6B and 16. RGB value is (138,107,22). Sum of RGB (Red+Green+Blue) = 138+107+22=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6B16 is #7594E9. Grayscale: #6A6A6A. Windows color (decimal): -7705834 or 1469322. OLE color: 1469322.

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

Color convert

RGB13810722-
CMYK00.220.840.46
HSL43.97º72.5%31.37%-
HSV(B)43.97º84.06%54.12%-
XYZ15.8815.983.01-
YUV106.5880.27150.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.69%
GREEN value IS 107 (42.19% from 255) = 40.07%
BLUE value IS 22 (8.98% from 255) = 8.24%
R=51.69%
G=40.07%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381072200.220.840.4643.9772.531.37
Hex8A6B16016542E2c481f
Octal21215326026124565411037
Binary100010101101011101100101101010100101110101100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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