#8B6519

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

Shades of Yukon Gold #8B6519

Tints of Yukon Gold #8B6519

Color information

#8B6519 (or 0x8B6519) is unknown color: approx Yukon Gold. HEX triplet: 8B, 65 and 19. RGB value is (139,101,25). Sum of RGB (Red+Green+Blue) = 139+101+25=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6519 is #749AE6. Grayscale: #686868. Windows color (decimal): -7641831 or 1664395. OLE color: 1664395.

HSL color Cylindrical-coordinate representation of color #8B6519: hue angle of 40º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B6519 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB13910125-
CMYK00.270.820.45
HSL40º69.51%32.16%-
HSV(B)40º82.01%54.51%-
XYZ15.4814.872.97-
YUV103.783.59153.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.45%
GREEN value IS 101 (39.84% from 255) = 38.11%
BLUE value IS 25 (10.16% from 255) = 9.43%
R=52.45%
G=38.11%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391012500.270.820.454069.5132.16
Hex8B651901B522D284620
Octal21314531033122555010640
Binary1000101111001011100101101110100101011011010001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,101,25); }

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

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

 a { background-color: rgb(139,101,25); }

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

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

 span { border-color: rgb(139,101,25); }

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