#8B6814

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

Shades of Yukon Gold #8B6814

Tints of Yukon Gold #8B6814

Color information

#8B6814 (or 0x8B6814) is unknown color: approx Yukon Gold. HEX triplet: 8B, 68 and 14. RGB value is (139,104,20). Sum of RGB (Red+Green+Blue) = 139+104+20=263 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.85% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6814 is #7497EB. Grayscale: #696969. Windows color (decimal): -7641068 or 1337483. OLE color: 1337483.

HSL color Cylindrical-coordinate representation of color #8B6814: hue angle of 42.35º 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 #8B6814 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB13910420-
CMYK00.250.860.45
HSL42.35º74.84%31.18%-
HSV(B)42.35º85.61%54.51%-
XYZ15.7215.442.81-
YUV104.8980.1152.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.85%
GREEN value IS 104 (41.02% from 255) = 39.54%
BLUE value IS 20 (8.20% from 255) = 7.60%
R=52.85%
G=39.54%
B=7.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391042000.250.860.4542.3574.8431.18
Hex8B6814019562D2a4b1f
Octal21315024031126555211337
Binary100010111101000101000110011010110101101101010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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