#8B6B1E

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

Shades of Yukon Gold #8B6B1E

Tints of Yukon Gold #8B6B1E

Color information

#8B6B1E (or 0x8B6B1E) is unknown color: approx Yukon Gold. HEX triplet: 8B, 6B and 1E. RGB value is (139,107,30). Sum of RGB (Red+Green+Blue) = 139+107+30=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6B1E is #7494E1. Grayscale: #6C6C6C. Windows color (decimal): -7640290 or 1993611. OLE color: 1993611.

HSL color Cylindrical-coordinate representation of color #8B6B1E: hue angle of 42.39º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B6B1E is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB13910730-
CMYK00.230.780.45
HSL42.39º64.5%33.14%-
HSV(B)42.39º78.42%54.51%-
XYZ16.1416.13.48-
YUV107.7984.1150.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.36%
GREEN value IS 107 (42.19% from 255) = 38.77%
BLUE value IS 30 (12.11% from 255) = 10.87%
R=50.36%
G=38.77%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391073000.230.780.4542.3964.533.14
Hex8B6B1E0174E2D2a4021
Octal21315336027116555210041
Binary1000101111010111111001011110011101011011010101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,107,30); }

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

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

 a { background-color: rgb(139,107,30); }

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

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

 span { border-color: rgb(139,107,30); }

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