#726517

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

Shades of Yukon Gold #726517

Tints of Yukon Gold #726517

Color information

#726517 (or 0x726517) is unknown color: approx Yukon Gold. HEX triplet: 72, 65 and 17. RGB value is (114,101,23). Sum of RGB (Red+Green+Blue) = 114+101+23=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #726517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726517 is #8D9AE8. Grayscale: #606060. Windows color (decimal): -9280233 or 1533298. OLE color: 1533298.

HSL color Cylindrical-coordinate representation of color #726517: hue angle of 51.43º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #726517 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB11410123-
CMYK00.110.800.55
HSL51.43º66.42%26.86%-
HSV(B)51.43º79.82%44.71%-
XYZ11.7512.952.69-
YUV95.9986.81140.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.90%
GREEN value IS 101 (39.84% from 255) = 42.44%
BLUE value IS 23 (9.38% from 255) = 9.66%
R=47.90%
G=42.44%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141012300.110.800.5551.4366.4226.86
Hex7265170B503733421b
Octal16214527013120676310233
Binary1110010110010110111010111010000110111110011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726517; }

 p { color: rgb(114,101,23); }

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

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

 a { background-color: rgb(114,101,23); }

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

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

 span { border-color: rgb(114,101,23); }

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