#726515

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

Shades of Yukon Gold #726515

Tints of Yukon Gold #726515

Color information

#726515 (or 0x726515) is unknown color: approx Yukon Gold. HEX triplet: 72, 65 and 15. RGB value is (114,101,21). Sum of RGB (Red+Green+Blue) = 114+101+21=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #726515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726515 is #8D9AEA. Grayscale: #606060. Windows color (decimal): -9280235 or 1402226. OLE color: 1402226.

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

Color convert

RGB11410121-
CMYK00.110.820.55
HSL51.61º68.89%26.47%-
HSV(B)51.61º81.58%44.71%-
XYZ11.7312.942.59-
YUV95.7785.81141-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.31%
GREEN value IS 101 (39.84% from 255) = 42.80%
BLUE value IS 21 (8.59% from 255) = 8.90%
R=48.31%
G=42.80%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141012100.110.820.5551.6168.8926.47
Hex7265150B523734451a
Octal16214525013122676410532
Binary1110010110010110101010111010010110111110100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726515; }

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

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

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

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

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

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

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

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