#85680C

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

Shades of Yukon Gold #85680C

Tints of Yukon Gold #85680C

Color information

#85680C (or 0x85680C) is unknown color: approx Yukon Gold. HEX triplet: 85, 68 and 0C. RGB value is (133,104,12). Sum of RGB (Red+Green+Blue) = 133+104+12=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85680C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85680C is #7A97F3. Grayscale: #666666. Windows color (decimal): -8034292 or 813189. OLE color: 813189.

HSL color Cylindrical-coordinate representation of color #85680C: hue angle of 45.62º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85680C is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB13310412-
CMYK00.220.910.48
HSL45.62º83.45%28.43%-
HSV(B)45.62º90.98%52.16%-
XYZ14.6914.912.45-
YUV102.1877.11149.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.41%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 12 (5.08% from 255) = 4.82%
R=53.41%
G=41.77%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331041200.220.910.4845.6283.4528.43
Hex8568C0165B302e531c
Octal20515014026133605612334
Binary10000101110100011000101101011011110000101110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85680C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85680C; }

 p { color: rgb(133,104,12); }

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

<style>
 a { background-color: #85680C; }

 a { background-color: rgb(133,104,12); }

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

<style>
 span { border-color: #85680C; }

 span { border-color: rgb(133,104,12); }

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