#756010

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

Shades of Yukon Gold #756010

Tints of Yukon Gold #756010

Color information

#756010 (or 0x756010) is unknown color: approx Yukon Gold. HEX triplet: 75, 60 and 10. RGB value is (117,96,16). Sum of RGB (Red+Green+Blue) = 117+96+16=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #756010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756010 is #8A9FEF. Grayscale: #5D5D5D. Windows color (decimal): -9084912 or 1073269. OLE color: 1073269.

HSL color Cylindrical-coordinate representation of color #756010: hue angle of 47.52º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #756010 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1179616-
CMYK00.180.860.54
HSL47.52º75.94%26.08%-
HSV(B)47.52º86.32%45.88%-
XYZ11.6112.192.23-
YUV93.1684.46145-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 96 (37.89% from 255) = 41.92%
BLUE value IS 16 (6.64% from 255) = 6.99%
R=51.09%
G=41.92%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117961600.180.860.5447.5275.9426.08
Hex7560100125636304c1a
Octal16514020022126666011432
Binary11101011100000100000100101010110110110110000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756010; }

 p { color: rgb(117,96,16); }

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

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

 a { background-color: rgb(117,96,16); }

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

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

 span { border-color: rgb(117,96,16); }

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