#85610f

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

Shades of Yukon Gold #85610F

Tints of Yukon Gold #85610F

Color information

#85610F (or 0x85610F) is unknown color: approx Yukon Gold. HEX triplet: 85, 61 and 0F. RGB value is (133,97,15). Sum of RGB (Red+Green+Blue) = 133+97+15=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85610F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85610F is #7A9EF0. Grayscale: #626262. Windows color (decimal): -8036081 or 1008005. OLE color: 1008005.

HSL color Cylindrical-coordinate representation of color #85610F: hue angle of 41.69º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85610F is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1339715-
CMYK00.270.890.48
HSL41.69º79.73%29.02%-
HSV(B)41.69º88.72%52.16%-
XYZ14.0313.572.33-
YUV98.4280.93152.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.29%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 15 (6.25% from 255) = 6.12%
R=54.29%
G=39.59%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133971500.270.890.4841.6979.7329.02
Hex8561F01B59302a501d
Octal20514117033131605212035
Binary10000101110000111110110111011001110000101010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85610f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85610f; }

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

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

<style>
 a { background-color: #85610f; }

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

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

<style>
 span { border-color: #85610f; }

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

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