#726016

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

Shades of Yukon Gold #726016

Tints of Yukon Gold #726016

Color information

#726016 (or 0x726016) is unknown color: approx Yukon Gold. HEX triplet: 72, 60 and 16. RGB value is (114,96,22). Sum of RGB (Red+Green+Blue) = 114+96+22=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #726016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726016 is #8D9FE9. Grayscale: #5D5D5D. Windows color (decimal): -9281514 or 1466482. OLE color: 1466482.

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

Color convert

RGB1149622-
CMYK00.160.810.55
HSL48.26º67.65%26.67%-
HSV(B)48.26º80.7%44.71%-
XYZ11.27122.48-
YUV92.9587.96143.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 96 (37.89% from 255) = 41.38%
BLUE value IS 22 (8.98% from 255) = 9.48%
R=49.14%
G=41.38%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114962200.160.810.5548.2667.6526.67
Hex726016010513730441b
Octal16214026020121676010433
Binary11100101100000101100100001010001110111110000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726016; }

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

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

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

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

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

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

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

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