#8B6F0A

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

Shades of Yukon Gold #8B6F0A

Tints of Yukon Gold #8B6F0A

Color information

#8B6F0A (or 0x8B6F0A) is unknown color: approx Yukon Gold. HEX triplet: 8B, 6F and 0A. RGB value is (139,111,10). Sum of RGB (Red+Green+Blue) = 139+111+10=260 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.46% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6F0A is #7490F5. Grayscale: #6C6C6C. Windows color (decimal): -7639286 or 683915. OLE color: 683915.

HSL color Cylindrical-coordinate representation of color #8B6F0A: hue angle of 46.98º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B6F0A is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB13911110-
CMYK00.200.930.45
HSL46.98º86.58%29.22%-
HSV(B)46.98º92.81%54.51%-
XYZ16.3916.882.68-
YUV107.8672.78150.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.46%
GREEN value IS 111 (43.75% from 255) = 42.69%
BLUE value IS 10 (4.30% from 255) = 3.85%
R=53.46%
G=42.69%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391111000.200.930.4546.9886.5829.22
Hex8B6FA0145D2D2f571d
Octal21315712024135555712735
Binary10001011110111110100101001011101101101101111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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