#85611E

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

Shades of Yukon Gold #85611E

Tints of Yukon Gold #85611E

Color information

#85611E (or 0x85611E) is unknown color: approx Yukon Gold. HEX triplet: 85, 61 and 1E. RGB value is (133,97,30). Sum of RGB (Red+Green+Blue) = 133+97+30=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85611E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85611E is #7A9EE1. Grayscale: #646464. Windows color (decimal): -8036066 or 1991045. OLE color: 1991045.

HSL color Cylindrical-coordinate representation of color #85611E: hue angle of 39.03º 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 #85611E is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1339730-
CMYK00.270.770.48
HSL39.03º63.19%31.96%-
HSV(B)39.03º77.44%52.16%-
XYZ14.1813.633.11-
YUV100.1388.43151.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.15%
GREEN value IS 97 (38.28% from 255) = 37.31%
BLUE value IS 30 (12.11% from 255) = 11.54%
R=51.15%
G=37.31%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133973000.270.770.4839.0363.1931.96
Hex85611E01B4D30273f20
Octal2051413603311560477740
Binary100001011100001111100110111001101110000100111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85611E; }

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

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

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

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

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

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

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

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