#726215

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

Shades of Yukon Gold #726215

Tints of Yukon Gold #726215

Color information

#726215 (or 0x726215) is unknown color: approx Yukon Gold. HEX triplet: 72, 62 and 15. RGB value is (114,98,21). Sum of RGB (Red+Green+Blue) = 114+98+21=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #726215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726215 is #8D9DEA. Grayscale: #5E5E5E. Windows color (decimal): -9281003 or 1401458. OLE color: 1401458.

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

Color convert

RGB1149821-
CMYK00.140.820.55
HSL49.68º68.89%26.47%-
HSV(B)49.68º81.58%44.71%-
XYZ11.4412.372.49-
YUV94.0186.8142.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.93%
GREEN value IS 98 (38.67% from 255) = 42.06%
BLUE value IS 21 (8.59% from 255) = 9.01%
R=48.93%
G=42.06%
B=9.01%

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
Decimal114982100.140.820.5549.6868.8926.47
Hex7262150E523732451a
Octal16214225016122676210532
Binary1110010110001010101011101010010110111110010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726215; }

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

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

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

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

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

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

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

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