#866819

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

Shades of Yukon Gold #866819

Tints of Yukon Gold #866819

Color information

#866819 (or 0x866819) is unknown color: approx Yukon Gold. HEX triplet: 86, 68 and 19. RGB value is (134,104,25). Sum of RGB (Red+Green+Blue) = 134+104+25=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #866819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866819 is #7997E6. Grayscale: #686868. Windows color (decimal): -7968743 or 1665158. OLE color: 1665158.

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

Color convert

RGB13410425-
CMYK00.220.810.47
HSL43.49º68.55%31.18%-
HSV(B)43.49º81.34%52.55%-
XYZ14.9615.043.03-
YUV103.9683.44149.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.95%
GREEN value IS 104 (41.02% from 255) = 39.54%
BLUE value IS 25 (10.16% from 255) = 9.51%
R=50.95%
G=39.54%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341042500.220.810.4743.4968.5531.18
Hex866819016512F2b451f
Octal20615031026121575310537
Binary100001101101000110010101101010001101111101011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866819; }

 p { color: rgb(134,104,25); }

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

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

 a { background-color: rgb(134,104,25); }

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

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

 span { border-color: rgb(134,104,25); }

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