#726314

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

Shades of Yukon Gold #726314

Tints of Yukon Gold #726314

Color information

#726314 (or 0x726314) is unknown color: approx Yukon Gold. HEX triplet: 72, 63 and 14. RGB value is (114,99,20). Sum of RGB (Red+Green+Blue) = 114+99+20=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #726314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726314 is #8D9CEB. Grayscale: #5E5E5E. Windows color (decimal): -9280748 or 1336178. OLE color: 1336178.

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

Color convert

RGB1149920-
CMYK00.130.820.55
HSL50.43º70.15%26.27%-
HSV(B)50.43º82.46%44.71%-
XYZ11.5312.552.48-
YUV94.4885.97141.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.93%
GREEN value IS 99 (39.06% from 255) = 42.49%
BLUE value IS 20 (8.20% from 255) = 8.58%
R=48.93%
G=42.49%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114992000.130.820.5550.4370.1526.27
Hex7263140D523732461a
Octal16214324015122676210632
Binary1110010110001110100011011010010110111110010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726314; }

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

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

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

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

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

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

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

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