#8B6619

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

Shades of Yukon Gold #8B6619

Tints of Yukon Gold #8B6619

Color information

#8B6619 (or 0x8B6619) is unknown color: approx Yukon Gold. HEX triplet: 8B, 66 and 19. RGB value is (139,102,25). Sum of RGB (Red+Green+Blue) = 139+102+25=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6619 is #7499E6. Grayscale: #686868. Windows color (decimal): -7641575 or 1664651. OLE color: 1664651.

HSL color Cylindrical-coordinate representation of color #8B6619: hue angle of 40.53º 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 #8B6619 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB13910225-
CMYK00.270.820.45
HSL40.53º69.51%32.16%-
HSV(B)40.53º82.01%54.51%-
XYZ15.5715.063.01-
YUV104.2883.26152.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.26%
GREEN value IS 102 (40.23% from 255) = 38.35%
BLUE value IS 25 (10.16% from 255) = 9.40%
R=52.26%
G=38.35%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391022500.270.820.4540.5369.5132.16
Hex8B661901B522D294620
Octal21314631033122555110640
Binary1000101111001101100101101110100101011011010011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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