#856B10

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

Shades of Yukon Gold #856B10

Tints of Yukon Gold #856B10

Color information

#856B10 (or 0x856B10) is unknown color: approx Yukon Gold. HEX triplet: 85, 6B and 10. RGB value is (133,107,16). Sum of RGB (Red+Green+Blue) = 133+107+16=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #856B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856B10 is #7A94EF. Grayscale: #686868. Windows color (decimal): -8033520 or 1076101. OLE color: 1076101.

HSL color Cylindrical-coordinate representation of color #856B10: hue angle of 46.67º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #856B10 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB13310716-
CMYK00.200.880.48
HSL46.67º78.52%29.22%-
HSV(B)46.67º87.97%52.16%-
XYZ15.0215.542.7-
YUV104.478.11148.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.95%
GREEN value IS 107 (42.19% from 255) = 41.80%
BLUE value IS 16 (6.64% from 255) = 6.25%
R=51.95%
G=41.80%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331071600.200.880.4846.6778.5229.22
Hex856B1001458302f4f1d
Octal20515320024130605711735
Binary100001011101011100000101001011000110000101111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,107,16); }

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

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

 a { background-color: rgb(133,107,16); }

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

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

 span { border-color: rgb(133,107,16); }

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