#856F0C

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

Shades of Yukon Gold #856F0C

Tints of Yukon Gold #856F0C

Color information

#856F0C (or 0x856F0C) is unknown color: approx Yukon Gold. HEX triplet: 85, 6F and 0C. RGB value is (133,111,12). Sum of RGB (Red+Green+Blue) = 133+111+12=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #856F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856F0C is #7A90F3. Grayscale: #6A6A6A. Windows color (decimal): -8032500 or 814981. OLE color: 814981.

HSL color Cylindrical-coordinate representation of color #856F0C: hue angle of 49.09º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #856F0C is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB13311112-
CMYK00.170.910.48
HSL49.09º83.45%28.43%-
HSV(B)49.09º90.98%52.16%-
XYZ15.4216.382.7-
YUV106.2974.79147.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.95%
GREEN value IS 111 (43.75% from 255) = 43.36%
BLUE value IS 12 (5.08% from 255) = 4.69%
R=51.95%
G=43.36%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331111200.170.910.4849.0983.4528.43
Hex856FC0115B3031531c
Octal20515714021133606112334
Binary10000101110111111000100011011011110000110001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856F0C; }

 p { color: rgb(133,111,12); }

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

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

 a { background-color: rgb(133,111,12); }

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

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

 span { border-color: rgb(133,111,12); }

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