#726514

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

Shades of Yukon Gold #726514

Tints of Yukon Gold #726514

Color information

#726514 (or 0x726514) is unknown color: approx Yukon Gold. HEX triplet: 72, 65 and 14. RGB value is (114,101,20). Sum of RGB (Red+Green+Blue) = 114+101+20=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #726514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726514 is #8D9AEB. Grayscale: #5F5F5F. Windows color (decimal): -9280236 or 1336690. OLE color: 1336690.

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

Color convert

RGB11410120-
CMYK00.110.820.55
HSL51.7º70.15%26.27%-
HSV(B)51.7º82.46%44.71%-
XYZ11.7212.942.54-
YUV95.6585.31141.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 101 (39.84% from 255) = 42.98%
BLUE value IS 20 (8.20% from 255) = 8.51%
R=48.51%
G=42.98%
B=8.51%

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
Decimal1141012000.110.820.5551.770.1526.27
Hex7265140B523734461a
Octal16214524013122676410632
Binary1110010110010110100010111010010110111110100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726514; }

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

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

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

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

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

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

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

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