#8B6E14

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

Shades of Yukon Gold #8B6E14

Tints of Yukon Gold #8B6E14

Color information

#8B6E14 (or 0x8B6E14) is unknown color: approx Yukon Gold. HEX triplet: 8B, 6E and 14. RGB value is (139,110,20). Sum of RGB (Red+Green+Blue) = 139+110+20=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 110 (43.36% from 255 or 40.89% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6E14 is #7491EB. Grayscale: #6C6C6C. Windows color (decimal): -7639532 or 1339019. OLE color: 1339019.

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

Color convert

RGB13911020-
CMYK00.210.860.45
HSL45.38º74.84%31.18%-
HSV(B)45.38º85.61%54.51%-
XYZ16.3516.693.02-
YUV108.4178.11149.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.67%
GREEN value IS 110 (43.36% from 255) = 40.89%
BLUE value IS 20 (8.20% from 255) = 7.43%
R=51.67%
G=40.89%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391102000.210.860.4545.3874.8431.18
Hex8B6E14015562D2d4b1f
Octal21315624025126555511337
Binary100010111101110101000101011010110101101101101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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