#756207

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

Shades of Yukon Gold #756207

Tints of Yukon Gold #756207

Color information

#756207 (or 0x756207) is unknown color: approx Yukon Gold. HEX triplet: 75, 62 and 07. RGB value is (117,98,7). Sum of RGB (Red+Green+Blue) = 117+98+7=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #756207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756207 is #8A9DF8. Grayscale: #5D5D5D. Windows color (decimal): -9084409 or 483957. OLE color: 483957.

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

Color convert

RGB117987-
CMYK00.160.940.54
HSL49.64º88.71%24.31%-
HSV(B)49.64º94.02%45.88%-
XYZ11.7412.532-
YUV93.3179.29144.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 98 (38.67% from 255) = 44.14%
BLUE value IS 7 (3.12% from 255) = 3.15%
R=52.70%
G=44.14%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11798700.160.940.5449.6488.7124.31
Hex756270105E36325918
Octal1651427020136666213130
Binary111010111000101110100001011110110110110010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756207; }

 p { color: rgb(117,98,7); }

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

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

 a { background-color: rgb(117,98,7); }

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

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

 span { border-color: rgb(117,98,7); }

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