#856712

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

Shades of Yukon Gold #856712

Tints of Yukon Gold #856712

Color information

#856712 (or 0x856712) is unknown color: approx Yukon Gold. HEX triplet: 85, 67 and 12. RGB value is (133,103,18). Sum of RGB (Red+Green+Blue) = 133+103+18=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #856712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856712 is #7A98ED. Grayscale: #666666. Windows color (decimal): -8034542 or 1206149. OLE color: 1206149.

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

Color convert

RGB13310318-
CMYK00.230.860.48
HSL44.35º76.16%29.61%-
HSV(B)44.35º86.47%52.16%-
XYZ14.6314.732.64-
YUV102.2880.44149.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.36%
GREEN value IS 103 (40.62% from 255) = 40.55%
BLUE value IS 18 (7.42% from 255) = 7.09%
R=52.36%
G=40.55%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331031800.230.860.4844.3576.1629.61
Hex85671201756302c4c1e
Octal20514722027126605411436
Binary100001011100111100100101111010110110000101100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856712; }

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

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

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

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

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

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

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

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