#8B6719

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

Shades of Yukon Gold #8B6719

Tints of Yukon Gold #8B6719

Color information

#8B6719 (or 0x8B6719) is unknown color: approx Yukon Gold. HEX triplet: 8B, 67 and 19. RGB value is (139,103,25). Sum of RGB (Red+Green+Blue) = 139+103+25=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6719 is #7498E6. Grayscale: #696969. Windows color (decimal): -7641319 or 1664907. OLE color: 1664907.

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

Color convert

RGB13910325-
CMYK00.260.820.45
HSL41.05º69.51%32.16%-
HSV(B)41.05º82.01%54.51%-
XYZ15.6715.263.04-
YUV104.8782.93152.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.06%
GREEN value IS 103 (40.62% from 255) = 38.58%
BLUE value IS 25 (10.16% from 255) = 9.36%
R=52.06%
G=38.58%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391032500.260.820.4541.0569.5132.16
Hex8B671901A522D294620
Octal21314731032122555110640
Binary1000101111001111100101101010100101011011010011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,103,25); }

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

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

 a { background-color: rgb(139,103,25); }

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

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

 span { border-color: rgb(139,103,25); }

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