#726316

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

Shades of Yukon Gold #726316

Tints of Yukon Gold #726316

Color information

#726316 (or 0x726316) is unknown color: approx Yukon Gold. HEX triplet: 72, 63 and 16. RGB value is (114,99,22). Sum of RGB (Red+Green+Blue) = 114+99+22=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #726316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726316 is #8D9CE9. Grayscale: #5F5F5F. Windows color (decimal): -9280746 or 1467250. OLE color: 1467250.

HSL color Cylindrical-coordinate representation of color #726316: hue angle of 50.22º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #726316 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB1149922-
CMYK00.130.810.55
HSL50.22º67.65%26.67%-
HSV(B)50.22º80.7%44.71%-
XYZ11.5512.562.57-
YUV94.7186.97141.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 99 (39.06% from 255) = 42.13%
BLUE value IS 22 (8.98% from 255) = 9.36%
R=48.51%
G=42.13%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114992200.130.810.5550.2267.6526.67
Hex7263160D513732441b
Octal16214326015121676210433
Binary1110010110001110110011011010001110111110010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726316; }

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

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

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

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

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

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

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

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