#866618

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

Shades of Yukon Gold #866618

Tints of Yukon Gold #866618

Color information

#866618 (or 0x866618) is unknown color: approx Yukon Gold. HEX triplet: 86, 66 and 18. RGB value is (134,102,24). Sum of RGB (Red+Green+Blue) = 134+102+24=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #866618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866618 is #7999E7. Grayscale: #676767. Windows color (decimal): -7969256 or 1599110. OLE color: 1599110.

HSL color Cylindrical-coordinate representation of color #866618: hue angle of 42.55º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #866618 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB13410224-
CMYK00.240.820.47
HSL42.55º69.62%30.98%-
HSV(B)42.55º82.09%52.55%-
XYZ14.7514.642.91-
YUV102.6883.6150.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.54%
GREEN value IS 102 (40.23% from 255) = 39.23%
BLUE value IS 24 (9.77% from 255) = 9.23%
R=51.54%
G=39.23%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341022400.240.820.4742.5569.6230.98
Hex866618018522F2b461f
Octal20614630030122575310637
Binary100001101100110110000110001010010101111101011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866618; }

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

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

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

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

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

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

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

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