#856C27

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

Shades of Yukon Gold #856C27

Tints of Yukon Gold #856C27

Color information

#856C27 (or 0x856C27) is unknown color: approx Yukon Gold. HEX triplet: 85, 6C and 27. RGB value is (133,108,39). Sum of RGB (Red+Green+Blue) = 133+108+39=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #856C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C27 is #7A93D8. Grayscale: #6B6B6B. Windows color (decimal): -8033241 or 2583685. OLE color: 2583685.

HSL color Cylindrical-coordinate representation of color #856C27: hue angle of 44.04º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #856C27 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB13310839-
CMYK00.190.710.48
HSL44.04º54.65%33.73%-
HSV(B)44.04º70.68%52.16%-
XYZ15.415.864.17-
YUV107.6189.28146.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 108 (42.58% from 255) = 38.57%
BLUE value IS 39 (15.62% from 255) = 13.93%
R=47.5%
G=38.57%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331083900.190.710.4844.0454.6533.73
Hex856C2701347302c3722
Octal2051544702310760546742
Binary1000010111011001001110100111000111110000101100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,108,39); }

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

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

 a { background-color: rgb(133,108,39); }

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

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

 span { border-color: rgb(133,108,39); }

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