#85680B

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

Shades of Yukon Gold #85680B

Tints of Yukon Gold #85680B

Color information

#85680B (or 0x85680B) is unknown color: approx Yukon Gold. HEX triplet: 85, 68 and 0B. RGB value is (133,104,11). Sum of RGB (Red+Green+Blue) = 133+104+11=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85680B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85680B is #7A97F4. Grayscale: #666666. Windows color (decimal): -8034293 or 747653. OLE color: 747653.

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

Color convert

RGB13310411-
CMYK00.220.920.48
HSL45.74º84.72%28.24%-
HSV(B)45.74º91.73%52.16%-
XYZ14.6814.912.42-
YUV102.0776.61150.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.63%
GREEN value IS 104 (41.02% from 255) = 41.94%
BLUE value IS 11 (4.69% from 255) = 4.44%
R=53.63%
G=41.94%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331041100.220.920.4845.7484.7228.24
Hex8568B0165C302e551c
Octal20515013026134605612534
Binary10000101110100010110101101011100110000101110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85680B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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