#726415

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

Shades of Yukon Gold #726415

Tints of Yukon Gold #726415

Color information

#726415 (or 0x726415) is unknown color: approx Yukon Gold. HEX triplet: 72, 64 and 15. RGB value is (114,100,21). Sum of RGB (Red+Green+Blue) = 114+100+21=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #726415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726415 is #8D9BEA. Grayscale: #5F5F5F. Windows color (decimal): -9280491 or 1401970. OLE color: 1401970.

HSL color Cylindrical-coordinate representation of color #726415: hue angle of 50.97º 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 #726415 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB11410021-
CMYK00.120.820.55
HSL50.97º68.89%26.47%-
HSV(B)50.97º81.58%44.71%-
XYZ11.6312.752.56-
YUV95.1886.14141.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 100 (39.45% from 255) = 42.55%
BLUE value IS 21 (8.59% from 255) = 8.94%
R=48.51%
G=42.55%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141002100.120.820.5550.9768.8926.47
Hex7264150C523733451a
Octal16214425014122676310532
Binary1110010110010010101011001010010110111110011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726415; }

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

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

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

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

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

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

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

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