#726306

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

Shades of Yukon Gold #726306

Tints of Yukon Gold #726306

Color information

#726306 (or 0x726306) is unknown color: approx Yukon Gold. HEX triplet: 72, 63 and 06. RGB value is (114,99,6). Sum of RGB (Red+Green+Blue) = 114+99+6=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #726306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726306 is #8D9CF9. Grayscale: #5D5D5D. Windows color (decimal): -9280762 or 418674. OLE color: 418674.

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

Color convert

RGB114996-
CMYK00.130.950.55
HSL51.67º90%23.53%-
HSV(B)51.67º94.74%44.71%-
XYZ11.4312.511.99-
YUV92.8878.97143.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.05%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 6 (2.73% from 255) = 2.74%
R=52.05%
G=45.21%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11499600.130.950.5551.679023.53
Hex726360D5F37345a18
Octal1621436015137676413230
Binary11100101100011110011011011111110111110100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726306; }

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

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

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

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

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

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

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

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