#726009

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

Shades of Yukon Gold #726009

Tints of Yukon Gold #726009

Color information

#726009 (or 0x726009) is unknown color: approx Yukon Gold. HEX triplet: 72, 60 and 09. RGB value is (114,96,9). Sum of RGB (Red+Green+Blue) = 114+96+9=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #726009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726009 is #8D9FF6. Grayscale: #5B5B5B. Windows color (decimal): -9281527 or 614514. OLE color: 614514.

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

Color convert

RGB114969-
CMYK00.160.920.55
HSL49.71º85.37%24.12%-
HSV(B)49.71º92.11%44.71%-
XYZ11.1711.961.98-
YUV91.4681.46144.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.05%
GREEN value IS 96 (37.89% from 255) = 43.84%
BLUE value IS 9 (3.91% from 255) = 4.11%
R=52.05%
G=43.84%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11496900.160.920.5549.7185.3724.12
Hex726090105C37325518
Octal16214011020134676212530
Binary1110010110000010010100001011100110111110010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726009; }

 p { color: rgb(114,96,9); }

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

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

 a { background-color: rgb(114,96,9); }

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

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

 span { border-color: rgb(114,96,9); }

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