#756106

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

Shades of Yukon Gold #756106

Tints of Yukon Gold #756106

Color information

#756106 (or 0x756106) is unknown color: approx Yukon Gold. HEX triplet: 75, 61 and 06. RGB value is (117,97,6). Sum of RGB (Red+Green+Blue) = 117+97+6=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #756106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756106 is #8A9EF9. Grayscale: #5C5C5C. Windows color (decimal): -9084666 or 418165. OLE color: 418165.

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

Color convert

RGB117976-
CMYK00.170.950.54
HSL49.19º90.24%24.12%-
HSV(B)49.19º94.87%45.88%-
XYZ11.6412.341.94-
YUV92.6179.13145.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 97 (38.28% from 255) = 44.09%
BLUE value IS 6 (2.73% from 255) = 2.73%
R=53.18%
G=44.09%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11797600.170.950.5449.1990.2424.12
Hex756160115F36315a18
Octal1651416021137666113230
Binary111010111000011100100011011111110110110001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756106; }

 p { color: rgb(117,97,6); }

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

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

 a { background-color: rgb(117,97,6); }

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

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

 span { border-color: rgb(117,97,6); }

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