#8B6C1A

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

Shades of Yukon Gold #8B6C1A

Tints of Yukon Gold #8B6C1A

Color information

#8B6C1A (or 0x8B6C1A) is unknown color: approx Yukon Gold. HEX triplet: 8B, 6C and 1A. RGB value is (139,108,26). Sum of RGB (Red+Green+Blue) = 139+108+26=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6C1A is #7493E5. Grayscale: #6C6C6C. Windows color (decimal): -7640038 or 1731723. OLE color: 1731723.

HSL color Cylindrical-coordinate representation of color #8B6C1A: hue angle of 43.54º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B6C1A is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB13910826-
CMYK00.220.810.45
HSL43.54º68.48%32.35%-
HSV(B)43.54º81.29%54.51%-
XYZ16.216.293.27-
YUV107.9281.77150.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.92%
GREEN value IS 108 (42.58% from 255) = 39.56%
BLUE value IS 26 (10.55% from 255) = 9.52%
R=50.92%
G=39.56%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391082600.220.810.4543.5468.4832.35
Hex8B6C1A016512D2c4420
Octal21315432026121555410440
Binary1000101111011001101001011010100011011011011001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,108,26); }

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

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

 a { background-color: rgb(139,108,26); }

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

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

 span { border-color: rgb(139,108,26); }

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