#726610

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

Shades of Yukon Gold #726610

Tints of Yukon Gold #726610

Color information

#726610 (or 0x726610) is unknown color: approx Yukon Gold. HEX triplet: 72, 66 and 10. RGB value is (114,102,16). Sum of RGB (Red+Green+Blue) = 114+102+16=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #726610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726610 is #8D99EF. Grayscale: #606060. Windows color (decimal): -9279984 or 1074802. OLE color: 1074802.

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

Color convert

RGB11410216-
CMYK00.110.860.55
HSL52.65º75.38%25.49%-
HSV(B)52.65º85.96%44.71%-
XYZ11.7813.122.4-
YUV95.7882.98140.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 102 (40.23% from 255) = 43.97%
BLUE value IS 16 (6.64% from 255) = 6.90%
R=49.14%
G=43.97%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141021600.110.860.5552.6575.3825.49
Hex7266100B5637354b19
Octal16214620013126676511331
Binary1110010110011010000010111010110110111110101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726610; }

 p { color: rgb(114,102,16); }

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

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

 a { background-color: rgb(114,102,16); }

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

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

 span { border-color: rgb(114,102,16); }

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