#726214

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

Shades of Yukon Gold #726214

Tints of Yukon Gold #726214

Color information

#726214 (or 0x726214) is unknown color: approx Yukon Gold. HEX triplet: 72, 62 and 14. RGB value is (114,98,20). Sum of RGB (Red+Green+Blue) = 114+98+20=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #726214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726214 is #8D9DEB. Grayscale: #5E5E5E. Windows color (decimal): -9281004 or 1335922. OLE color: 1335922.

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

Color convert

RGB1149820-
CMYK00.140.820.55
HSL49.79º70.15%26.27%-
HSV(B)49.79º82.46%44.71%-
XYZ11.4312.362.45-
YUV93.8986.3142.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 98 (38.67% from 255) = 42.24%
BLUE value IS 20 (8.20% from 255) = 8.62%
R=49.14%
G=42.24%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114982000.140.820.5549.7970.1526.27
Hex7262140E523732461a
Octal16214224016122676210632
Binary1110010110001010100011101010010110111110010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726214; }

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

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

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

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

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

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

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

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