#756313

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

Shades of Yukon Gold #756313

Tints of Yukon Gold #756313

Color information

#756313 (or 0x756313) is unknown color: approx Yukon Gold. HEX triplet: 75, 63 and 13. RGB value is (117,99,19). Sum of RGB (Red+Green+Blue) = 117+99+19=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #756313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756313 is #8A9CEC. Grayscale: #5F5F5F. Windows color (decimal): -9084141 or 1270645. OLE color: 1270645.

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

Color convert

RGB1179919-
CMYK00.150.840.54
HSL48.98º72.06%26.67%-
HSV(B)48.98º83.76%45.88%-
XYZ11.9212.752.45-
YUV95.2684.96143.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 99 (39.06% from 255) = 42.13%
BLUE value IS 19 (7.81% from 255) = 8.09%
R=49.79%
G=42.13%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117991900.150.840.5448.9872.0626.67
Hex7563130F543631481b
Octal16514323017124666111033
Binary1110101110001110011011111010100110110110001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756313; }

 p { color: rgb(117,99,19); }

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

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

 a { background-color: rgb(117,99,19); }

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

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

 span { border-color: rgb(117,99,19); }

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