#856516

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

Shades of Yukon Gold #856516

Tints of Yukon Gold #856516

Color information

#856516 (or 0x856516) is unknown color: approx Yukon Gold. HEX triplet: 85, 65 and 16. RGB value is (133,101,22). Sum of RGB (Red+Green+Blue) = 133+101+22=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #856516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856516 is #7A9AE9. Grayscale: #656565. Windows color (decimal): -8035050 or 1467781. OLE color: 1467781.

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

Color convert

RGB13310122-
CMYK00.240.830.48
HSL42.7º71.61%30.39%-
HSV(B)42.7º83.46%52.16%-
XYZ14.4714.352.77-
YUV101.5683.1150.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.95%
GREEN value IS 101 (39.84% from 255) = 39.45%
BLUE value IS 22 (8.98% from 255) = 8.59%
R=51.95%
G=39.45%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331012200.240.830.4842.771.6130.39
Hex85651601853302b481e
Octal20514526030123605311036
Binary100001011100101101100110001010011110000101011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856516; }

 p { color: rgb(133,101,22); }

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

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

 a { background-color: rgb(133,101,22); }

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

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

 span { border-color: rgb(133,101,22); }

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