#726318

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

Shades of Yukon Gold #726318

Tints of Yukon Gold #726318

Color information

#726318 (or 0x726318) is unknown color: approx Yukon Gold. HEX triplet: 72, 63 and 18. RGB value is (114,99,24). Sum of RGB (Red+Green+Blue) = 114+99+24=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #726318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726318 is #8D9CE7. Grayscale: #5F5F5F. Windows color (decimal): -9280744 or 1598322. OLE color: 1598322.

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

Color convert

RGB1149924-
CMYK00.130.790.55
HSL50º65.22%27.06%-
HSV(B)50º78.95%44.71%-
XYZ11.5712.572.68-
YUV94.9487.97141.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.10%
GREEN value IS 99 (39.06% from 255) = 41.77%
BLUE value IS 24 (9.77% from 255) = 10.13%
R=48.10%
G=41.77%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114992400.130.790.555065.2227.06
Hex7263180D4F3732411b
Octal16214330015117676210133
Binary1110010110001111000011011001111110111110010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726318; }

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

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

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

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

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

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

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

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