#866113

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

Shades of Yukon Gold #866113

Tints of Yukon Gold #866113

Color information

#866113 (or 0x866113) is unknown color: approx Yukon Gold. HEX triplet: 86, 61 and 13. RGB value is (134,97,19). Sum of RGB (Red+Green+Blue) = 134+97+19=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #866113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866113 is #799EEC. Grayscale: #636363. Windows color (decimal): -7970541 or 1270150. OLE color: 1270150.

HSL color Cylindrical-coordinate representation of color #866113: hue angle of 40.7º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #866113 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB1349719-
CMYK00.280.860.47
HSL40.7º75.16%30%-
HSV(B)40.7º85.82%52.55%-
XYZ14.2213.662.5-
YUV99.1782.76152.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 19 (7.81% from 255) = 7.6%
R=53.6%
G=38.8%
B=7.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134971900.280.860.4740.775.1630
Hex86611301C562F294b1e
Octal20614123034126575111336
Binary100001101100001100110111001010110101111101001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866113; }

 p { color: rgb(134,97,19); }

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

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

 a { background-color: rgb(134,97,19); }

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

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

 span { border-color: rgb(134,97,19); }

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