#756511

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

Shades of Yukon Gold #756511

Tints of Yukon Gold #756511

Color information

#756511 (or 0x756511) is unknown color: approx Yukon Gold. HEX triplet: 75, 65 and 11. RGB value is (117,101,17). Sum of RGB (Red+Green+Blue) = 117+101+17=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #756511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756511 is #8A9AEE. Grayscale: #606060. Windows color (decimal): -9083631 or 1140085. OLE color: 1140085.

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

Color convert

RGB11710117-
CMYK00.140.850.54
HSL50.4º74.63%26.27%-
HSV(B)50.4º85.47%45.88%-
XYZ12.0913.132.43-
YUV96.2183.3142.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 101 (39.84% from 255) = 42.98%
BLUE value IS 17 (7.03% from 255) = 7.23%
R=49.79%
G=42.98%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171011700.140.850.5450.474.6326.27
Hex7565110E5536324b1a
Octal16514521016125666211332
Binary1110101110010110001011101010101110110110010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756511; }

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

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

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

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

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

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

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

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