#756014

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

Shades of Yukon Gold #756014

Tints of Yukon Gold #756014

Color information

#756014 (or 0x756014) is unknown color: approx Yukon Gold. HEX triplet: 75, 60 and 14. RGB value is (117,96,20). Sum of RGB (Red+Green+Blue) = 117+96+20=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #756014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756014 is #8A9FEB. Grayscale: #5D5D5D. Windows color (decimal): -9084908 or 1335413. OLE color: 1335413.

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

Color convert

RGB1179620-
CMYK00.180.830.54
HSL47.01º70.8%26.86%-
HSV(B)47.01º82.91%45.88%-
XYZ11.6512.22.4-
YUV93.6286.46144.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 20 (8.20% from 255) = 8.58%
R=50.21%
G=41.20%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117962000.180.830.5447.0170.826.86
Hex75601401253362f471b
Octal16514024022123665710733
Binary11101011100000101000100101010011110110101111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756014; }

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

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

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

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

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

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

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

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