#867310

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

Shades of Yukon Gold #867310

Tints of Yukon Gold #867310

Color information

#867310 (or 0x867310) is unknown color: approx Yukon Gold. HEX triplet: 86, 73 and 10. RGB value is (134,115,16). Sum of RGB (Red+Green+Blue) = 134+115+16=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #867310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867310 is #798CEF. Grayscale: #6D6D6D. Windows color (decimal): -7965936 or 1078150. OLE color: 1078150.

HSL color Cylindrical-coordinate representation of color #867310: hue angle of 50.34º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #867310 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB13411516-
CMYK00.140.880.47
HSL50.34º78.67%29.41%-
HSV(B)50.34º88.06%52.55%-
XYZ16.0617.373-
YUV109.475.29145.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 115 (45.31% from 255) = 43.40%
BLUE value IS 16 (6.64% from 255) = 6.04%
R=50.57%
G=43.40%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341151600.140.880.4750.3478.6729.41
Hex8673100E582F324f1d
Octal20616320016130576211735
Binary10000110111001110000011101011000101111110010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867310; }

 p { color: rgb(134,115,16); }

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

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

 a { background-color: rgb(134,115,16); }

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

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

 span { border-color: rgb(134,115,16); }

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