#8B7610

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

Shades of Yukon Gold #8B7610

Tints of Yukon Gold #8B7610

Color information

#8B7610 (or 0x8B7610) is unknown color: approx Yukon Gold. HEX triplet: 8B, 76 and 10. RGB value is (139,118,16). Sum of RGB (Red+Green+Blue) = 139+118+16=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7610 is #7489EF. Grayscale: #717171. Windows color (decimal): -7637488 or 1078923. OLE color: 1078923.

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

Color convert

RGB13911816-
CMYK00.150.880.45
HSL49.76º79.35%30.39%-
HSV(B)49.76º88.49%54.51%-
XYZ17.2218.483.15-
YUV112.6573.46146.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.92%
GREEN value IS 118 (46.48% from 255) = 43.22%
BLUE value IS 16 (6.64% from 255) = 5.86%
R=50.92%
G=43.22%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391181600.150.880.4549.7679.3530.39
Hex8B76100F582D324f1e
Octal21316620017130556211736
Binary10001011111011010000011111011000101101110010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,118,16); }

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

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

 a { background-color: rgb(139,118,16); }

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

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

 span { border-color: rgb(139,118,16); }

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