#866313

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

Shades of Yukon Gold #866313

Tints of Yukon Gold #866313

Color information

#866313 (or 0x866313) is unknown color: approx Yukon Gold. HEX triplet: 86, 63 and 13. RGB value is (134,99,19). Sum of RGB (Red+Green+Blue) = 134+99+19=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #866313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866313 is #799CEC. Grayscale: #646464. Windows color (decimal): -7970029 or 1270662. OLE color: 1270662.

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

Color convert

RGB1349919-
CMYK00.260.860.47
HSL41.74º75.16%30%-
HSV(B)41.74º85.82%52.55%-
XYZ14.4114.042.57-
YUV100.3482.1152-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.17%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 19 (7.81% from 255) = 7.54%
R=53.17%
G=39.29%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134991900.260.860.4741.7475.1630
Hex86631301A562F2a4b1e
Octal20614323032126575211336
Binary100001101100011100110110101010110101111101010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866313; }

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

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

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

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

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

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

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

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