#726511

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

Shades of Yukon Gold #726511

Tints of Yukon Gold #726511

Color information

#726511 (or 0x726511) is unknown color: approx Yukon Gold. HEX triplet: 72, 65 and 11. RGB value is (114,101,17). Sum of RGB (Red+Green+Blue) = 114+101+17=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #726511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726511 is #8D9AEE. Grayscale: #5F5F5F. Windows color (decimal): -9280239 or 1140082. OLE color: 1140082.

HSL color Cylindrical-coordinate representation of color #726511: hue angle of 51.96º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #726511 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB11410117-
CMYK00.110.850.55
HSL51.96º74.05%25.69%-
HSV(B)51.96º85.09%44.71%-
XYZ11.6912.932.41-
YUV95.3183.81141.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 101 (39.84% from 255) = 43.53%
BLUE value IS 17 (7.03% from 255) = 7.33%
R=49.14%
G=43.53%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141011700.110.850.5551.9674.0525.69
Hex7265110B5537344a1a
Octal16214521013125676411232
Binary1110010110010110001010111010101110111110100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726511; }

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

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

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

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

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

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

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

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