#8B6E0D

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

Shades of Yukon Gold #8B6E0D

Tints of Yukon Gold #8B6E0D

Color information

#8B6E0D (or 0x8B6E0D) is unknown color: approx Yukon Gold. HEX triplet: 8B, 6E and 0D. RGB value is (139,110,13). Sum of RGB (Red+Green+Blue) = 139+110+13=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6E0D is #7491F2. Grayscale: #6C6C6C. Windows color (decimal): -7639539 or 880267. OLE color: 880267.

HSL color Cylindrical-coordinate representation of color #8B6E0D: hue angle of 46.19º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B6E0D is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB13911013-
CMYK00.210.910.45
HSL46.19º82.89%29.8%-
HSV(B)46.19º90.65%54.51%-
XYZ16.316.672.74-
YUV107.6174.61150.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.05%
GREEN value IS 110 (43.36% from 255) = 41.98%
BLUE value IS 13 (5.47% from 255) = 4.96%
R=53.05%
G=41.98%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391101300.210.910.4546.1982.8929.8
Hex8B6ED0155B2D2e531e
Octal21315615025133555612336
Binary10001011110111011010101011011011101101101110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,110,13); }

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

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

 a { background-color: rgb(139,110,13); }

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

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

 span { border-color: rgb(139,110,13); }

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