#756111

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

Shades of Yukon Gold #756111

Tints of Yukon Gold #756111

Color information

#756111 (or 0x756111) is unknown color: approx Yukon Gold. HEX triplet: 75, 61 and 11. RGB value is (117,97,17). Sum of RGB (Red+Green+Blue) = 117+97+17=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #756111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756111 is #8A9EEE. Grayscale: #5E5E5E. Windows color (decimal): -9084655 or 1139061. OLE color: 1139061.

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

Color convert

RGB1179717-
CMYK00.170.850.54
HSL48º74.63%26.27%-
HSV(B)48º85.47%45.88%-
XYZ11.7112.372.3-
YUV93.8684.63144.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.65%
GREEN value IS 97 (38.28% from 255) = 41.99%
BLUE value IS 17 (7.03% from 255) = 7.36%
R=50.65%
G=41.99%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117971700.170.850.544874.6326.27
Hex7561110115536304b1a
Octal16514121021125666011332
Binary11101011100001100010100011010101110110110000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756111; }

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

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

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

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

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

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

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

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