#856F1D

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

Shades of Yukon Gold #856F1D

Tints of Yukon Gold #856F1D

Color information

#856F1D (or 0x856F1D) is unknown color: approx Yukon Gold. HEX triplet: 85, 6F and 1D. RGB value is (133,111,29). Sum of RGB (Red+Green+Blue) = 133+111+29=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #856F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F1D is #7A90E2. Grayscale: #6C6C6C. Windows color (decimal): -8032483 or 1929093. OLE color: 1929093.

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

Color convert

RGB13311129-
CMYK00.170.780.48
HSL47.31º64.2%31.76%-
HSV(B)47.31º78.2%52.16%-
XYZ15.5816.443.52-
YUV108.2383.29145.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 111 (43.75% from 255) = 40.66%
BLUE value IS 29 (11.72% from 255) = 10.62%
R=48.72%
G=40.66%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331112900.170.780.4847.3164.231.76
Hex856F1D0114E302f4020
Octal20515735021116605710040
Binary1000010111011111110101000110011101100001011111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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