#8b6f10

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

Shades of Yukon Gold #8B6F10

Tints of Yukon Gold #8B6F10

Color information

#8B6F10 (or 0x8B6F10) is unknown color: approx Yukon Gold. HEX triplet: 8B, 6F and 10. RGB value is (139,111,16). Sum of RGB (Red+Green+Blue) = 139+111+16=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6F10 is #7490EF. Grayscale: #6C6C6C. Windows color (decimal): -7639280 or 1077131. OLE color: 1077131.

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

Color convert

RGB13911116-
CMYK00.200.880.45
HSL46.34º79.35%30.39%-
HSV(B)46.34º88.49%54.51%-
XYZ16.4316.92.89-
YUV108.5475.78149.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.26%
GREEN value IS 111 (43.75% from 255) = 41.73%
BLUE value IS 16 (6.64% from 255) = 6.02%
R=52.26%
G=41.73%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391111600.200.880.4546.3479.3530.39
Hex8B6F10014582D2e4f1e
Octal21315720024130555611736
Binary100010111101111100000101001011000101101101110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b6f10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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