#866219

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

Shades of Yukon Gold #866219

Tints of Yukon Gold #866219

Color information

#866219 (or 0x866219) is unknown color: approx Yukon Gold. HEX triplet: 86, 62 and 19. RGB value is (134,98,25). Sum of RGB (Red+Green+Blue) = 134+98+25=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #866219 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866219 is #799DE6. Grayscale: #646464. Windows color (decimal): -7970279 or 1663622. OLE color: 1663622.

HSL color Cylindrical-coordinate representation of color #866219: hue angle of 40.18º 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 #866219 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1349825-
CMYK00.270.810.47
HSL40.18º68.55%31.18%-
HSV(B)40.18º81.34%52.55%-
XYZ14.3713.872.84-
YUV100.4485.43151.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.14%
GREEN value IS 98 (38.67% from 255) = 38.13%
BLUE value IS 25 (10.16% from 255) = 9.73%
R=52.14%
G=38.13%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134982500.270.810.4740.1868.5531.18
Hex86621901B512F28451f
Octal20614231033121575010537
Binary100001101100010110010110111010001101111101000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866219; }

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

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

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

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

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

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

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

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