#726508

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

Shades of Yukon Gold #726508

Tints of Yukon Gold #726508

Color information

#726508 (or 0x726508) is unknown color: approx Yukon Gold. HEX triplet: 72, 65 and 08. RGB value is (114,101,8). Sum of RGB (Red+Green+Blue) = 114+101+8=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #726508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726508 is #8D9AF7. Grayscale: #5E5E5E. Windows color (decimal): -9280248 or 550258. OLE color: 550258.

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

Color convert

RGB1141018-
CMYK00.110.930.55
HSL52.64º86.89%23.92%-
HSV(B)52.64º92.98%44.71%-
XYZ11.6412.92.11-
YUV94.2879.31142.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.12%
GREEN value IS 101 (39.84% from 255) = 45.29%
BLUE value IS 8 (3.52% from 255) = 3.59%
R=51.12%
G=45.29%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114101800.110.930.5552.6486.8923.92
Hex726580B5D37355718
Octal16214510013135676512730
Binary111001011001011000010111011101110111110101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726508; }

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

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

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

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

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

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

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

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