#756114

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

Shades of Yukon Gold #756114

Tints of Yukon Gold #756114

Color information

#756114 (or 0x756114) is unknown color: approx Yukon Gold. HEX triplet: 75, 61 and 14. RGB value is (117,97,20). Sum of RGB (Red+Green+Blue) = 117+97+20=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #756114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756114 is #8A9EEB. Grayscale: #5E5E5E. Windows color (decimal): -9084652 or 1335669. OLE color: 1335669.

HSL color Cylindrical-coordinate representation of color #756114: hue angle of 47.63º 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 #756114 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB1179720-
CMYK00.170.830.54
HSL47.63º70.8%26.86%-
HSV(B)47.63º82.91%45.88%-
XYZ11.7412.382.43-
YUV94.286.13144.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 41.45%
BLUE value IS 20 (8.20% from 255) = 8.55%
R=50%
G=41.45%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117972000.170.830.5447.6370.826.86
Hex756114011533630471b
Octal16514124021123666010733
Binary11101011100001101000100011010011110110110000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756114; }

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

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

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

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

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

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

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

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