#856014

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

Shades of Yukon Gold #856014

Tints of Yukon Gold #856014

Color information

#856014 (or 0x856014) is unknown color: approx Yukon Gold. HEX triplet: 85, 60 and 14. RGB value is (133,96,20). Sum of RGB (Red+Green+Blue) = 133+96+20=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #856014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856014 is #7A9FEB. Grayscale: #626262. Windows color (decimal): -8036332 or 1335429. OLE color: 1335429.

HSL color Cylindrical-coordinate representation of color #856014: hue angle of 40.35º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #856014 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB1339620-
CMYK00.280.850.48
HSL40.35º73.86%30%-
HSV(B)40.35º84.96%52.16%-
XYZ13.9813.42.51-
YUV98.483.76152.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.41%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 20 (8.20% from 255) = 8.03%
R=53.41%
G=38.55%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133962000.280.850.4840.3573.8630
Hex85601401C5530284a1e
Octal20514024034125605011236
Binary100001011100000101000111001010101110000101000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856014; }

 p { color: rgb(133,96,20); }

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

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

 a { background-color: rgb(133,96,20); }

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

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

 span { border-color: rgb(133,96,20); }

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