#8B6820

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

Shades of Yukon Gold #8B6820

Tints of Yukon Gold #8B6820

Color information

#8B6820 (or 0x8B6820) is unknown color: approx Yukon Gold. HEX triplet: 8B, 68 and 20. RGB value is (139,104,32). Sum of RGB (Red+Green+Blue) = 139+104+32=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6820 is #7497DF. Grayscale: #6A6A6A. Windows color (decimal): -7641056 or 2123915. OLE color: 2123915.

HSL color Cylindrical-coordinate representation of color #8B6820: hue angle of 40.37º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B6820 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB13910432-
CMYK00.250.770.45
HSL40.37º62.57%33.53%-
HSV(B)40.37º76.98%54.51%-
XYZ15.8615.493.52-
YUV106.2686.1151.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.55%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 32 (12.89% from 255) = 11.64%
R=50.55%
G=37.82%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391043200.250.770.4540.3762.5733.53
Hex8B68200194D2D283f22
Octal2131504003111555507742
Binary1000101111010001000000110011001101101101101000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,104,32); }

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

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

 a { background-color: rgb(139,104,32); }

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

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

 span { border-color: rgb(139,104,32); }

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