#85611c

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

Shades of Yukon Gold #85611C

Tints of Yukon Gold #85611C

Color information

#85611C (or 0x85611C) is unknown color: approx Yukon Gold. HEX triplet: 85, 61 and 1C. RGB value is (133,97,28). Sum of RGB (Red+Green+Blue) = 133+97+28=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85611C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85611C is #7A9EE3. Grayscale: #646464. Windows color (decimal): -8036068 or 1859973. OLE color: 1859973.

HSL color Cylindrical-coordinate representation of color #85611C: hue angle of 39.43º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85611C is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB1339728-
CMYK00.270.790.48
HSL39.43º65.22%31.57%-
HSV(B)39.43º78.95%52.16%-
XYZ14.1613.622.98-
YUV99.987.43151.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.55%
GREEN value IS 97 (38.28% from 255) = 37.60%
BLUE value IS 28 (11.33% from 255) = 10.85%
R=51.55%
G=37.60%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133972800.270.790.4839.4365.2231.57
Hex85611C01B4F30274120
Octal20514134033117604710140
Binary1000010111000011110001101110011111100001001111000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85611c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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