#8B6618

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

Shades of Yukon Gold #8B6618

Tints of Yukon Gold #8B6618

Color information

#8B6618 (or 0x8B6618) is unknown color: approx Yukon Gold. HEX triplet: 8B, 66 and 18. RGB value is (139,102,24). Sum of RGB (Red+Green+Blue) = 139+102+24=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6618 is #7499E7. Grayscale: #686868. Windows color (decimal): -7641576 or 1599115. OLE color: 1599115.

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

Color convert

RGB13910224-
CMYK00.270.830.45
HSL40.7º70.55%31.96%-
HSV(B)40.7º82.73%54.51%-
XYZ15.5615.062.95-
YUV104.1782.76152.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.45%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 24 (9.77% from 255) = 9.06%
R=52.45%
G=38.49%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391022400.270.830.4540.770.5531.96
Hex8B661801B532D294720
Octal21314630033123555110740
Binary1000101111001101100001101110100111011011010011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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