#856710

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

Shades of Yukon Gold #856710

Tints of Yukon Gold #856710

Color information

#856710 (or 0x856710) is unknown color: approx Yukon Gold. HEX triplet: 85, 67 and 10. RGB value is (133,103,16). Sum of RGB (Red+Green+Blue) = 133+103+16=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #856710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856710 is #7A98EF. Grayscale: #666666. Windows color (decimal): -8034544 or 1075077. OLE color: 1075077.

HSL color Cylindrical-coordinate representation of color #856710: hue angle of 44.62º 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 #856710 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB13310316-
CMYK00.230.880.48
HSL44.62º78.52%29.22%-
HSV(B)44.62º87.97%52.16%-
XYZ14.6214.722.56-
YUV102.0579.44150.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.78%
GREEN value IS 103 (40.62% from 255) = 40.87%
BLUE value IS 16 (6.64% from 255) = 6.35%
R=52.78%
G=40.87%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331031600.230.880.4844.6278.5229.22
Hex85671001758302d4f1d
Octal20514720027130605511735
Binary100001011100111100000101111011000110000101101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856710; }

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

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

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

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

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

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

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

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