#726108

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

Shades of Yukon Gold #726108

Tints of Yukon Gold #726108

Color information

#726108 (or 0x726108) is unknown color: approx Yukon Gold. HEX triplet: 72, 61 and 08. RGB value is (114,97,8). Sum of RGB (Red+Green+Blue) = 114+97+8=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #726108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726108 is #8D9EF7. Grayscale: #5C5C5C. Windows color (decimal): -9281272 or 549234. OLE color: 549234.

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

Color convert

RGB114978-
CMYK00.150.930.55
HSL50.38º86.89%23.92%-
HSV(B)50.38º92.98%44.71%-
XYZ11.2612.141.98-
YUV91.9480.63143.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.05%
GREEN value IS 97 (38.28% from 255) = 44.29%
BLUE value IS 8 (3.52% from 255) = 3.65%
R=52.05%
G=44.29%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11497800.150.930.5550.3886.8923.92
Hex726180F5D37325718
Octal16214110017135676212730
Binary111001011000011000011111011101110111110010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726108; }

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

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

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

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

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

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

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

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