#856F1E

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

Shades of Yukon Gold #856F1E

Tints of Yukon Gold #856F1E

Color information

#856F1E (or 0x856F1E) is unknown color: approx Yukon Gold. HEX triplet: 85, 6F and 1E. RGB value is (133,111,30). Sum of RGB (Red+Green+Blue) = 133+111+30=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #856F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F1E is #7A90E1. Grayscale: #6C6C6C. Windows color (decimal): -8032482 or 1994629. OLE color: 1994629.

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

Color convert

RGB13311130-
CMYK00.170.770.48
HSL47.18º63.19%31.96%-
HSV(B)47.18º77.44%52.16%-
XYZ15.5916.453.58-
YUV108.3483.79145.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 111 (43.75% from 255) = 40.51%
BLUE value IS 30 (12.11% from 255) = 10.95%
R=48.54%
G=40.51%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331113000.170.770.4847.1863.1931.96
Hex856F1E0114D302f3f20
Octal2051573602111560577740
Binary100001011101111111100100011001101110000101111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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