#726311

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

Shades of Yukon Gold #726311

Tints of Yukon Gold #726311

Color information

#726311 (or 0x726311) is unknown color: approx Yukon Gold. HEX triplet: 72, 63 and 11. RGB value is (114,99,17). Sum of RGB (Red+Green+Blue) = 114+99+17=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #726311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726311 is #8D9CEE. Grayscale: #5E5E5E. Windows color (decimal): -9280751 or 1139570. OLE color: 1139570.

HSL color Cylindrical-coordinate representation of color #726311: hue angle of 50.72º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #726311 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB1149917-
CMYK00.130.850.55
HSL50.72º74.05%25.69%-
HSV(B)50.72º85.09%44.71%-
XYZ11.512.542.34-
YUV94.1484.47142.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.57%
GREEN value IS 99 (39.06% from 255) = 43.04%
BLUE value IS 17 (7.03% from 255) = 7.39%
R=49.57%
G=43.04%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114991700.130.850.5550.7274.0525.69
Hex7263110D5537334a1a
Octal16214321015125676311232
Binary1110010110001110001011011010101110111110011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726311; }

 p { color: rgb(114,99,17); }

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

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

 a { background-color: rgb(114,99,17); }

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

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

 span { border-color: rgb(114,99,17); }

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