#856912

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

Shades of Yukon Gold #856912

Tints of Yukon Gold #856912

Color information

#856912 (or 0x856912) is unknown color: approx Yukon Gold. HEX triplet: 85, 69 and 12. RGB value is (133,105,18). Sum of RGB (Red+Green+Blue) = 133+105+18=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #856912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856912 is #7A96ED. Grayscale: #676767. Windows color (decimal): -8034030 or 1206661. OLE color: 1206661.

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

Color convert

RGB13310518-
CMYK00.210.860.48
HSL45.39º76.16%29.61%-
HSV(B)45.39º86.47%52.16%-
XYZ14.8315.132.71-
YUV103.4579.78149.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.95%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 18 (7.42% from 255) = 7.03%
R=51.95%
G=41.02%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331051800.210.860.4845.3976.1629.61
Hex85691201556302d4c1e
Octal20515122025126605511436
Binary100001011101001100100101011010110110000101101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856912; }

 p { color: rgb(133,105,18); }

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

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

 a { background-color: rgb(133,105,18); }

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

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

 span { border-color: rgb(133,105,18); }

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