#726008

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

Shades of Yukon Gold #726008

Tints of Yukon Gold #726008

Color information

#726008 (or 0x726008) is unknown color: approx Yukon Gold. HEX triplet: 72, 60 and 08. RGB value is (114,96,8). Sum of RGB (Red+Green+Blue) = 114+96+8=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #726008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726008 is #8D9FF7. Grayscale: #5B5B5B. Windows color (decimal): -9281528 or 548978. OLE color: 548978.

HSL color Cylindrical-coordinate representation of color #726008: hue angle of 49.81º 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 #726008 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB114968-
CMYK00.160.930.55
HSL49.81º86.89%23.92%-
HSV(B)49.81º92.98%44.71%-
XYZ11.1711.961.95-
YUV91.3580.96144.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.29%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 8 (3.52% from 255) = 3.67%
R=52.29%
G=44.04%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11496800.160.930.5549.8186.8923.92
Hex726080105D37325718
Octal16214010020135676212730
Binary1110010110000010000100001011101110111110010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726008; }

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

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

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

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

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

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

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

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