#756015

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

Shades of Yukon Gold #756015

Tints of Yukon Gold #756015

Color information

#756015 (or 0x756015) is unknown color: approx Yukon Gold. HEX triplet: 75, 60 and 15. RGB value is (117,96,21). Sum of RGB (Red+Green+Blue) = 117+96+21=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #756015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756015 is #8A9FEA. Grayscale: #5E5E5E. Windows color (decimal): -9084907 or 1400949. OLE color: 1400949.

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

Color convert

RGB1179621-
CMYK00.180.820.54
HSL46.88º69.57%27.06%-
HSV(B)46.88º82.05%45.88%-
XYZ11.6512.22.45-
YUV93.7386.96144.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50%
GREEN value IS 96 (37.89% from 255) = 41.03%
BLUE value IS 21 (8.59% from 255) = 8.97%
R=50%
G=41.03%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117962100.180.820.5446.8869.5727.06
Hex75601501252362f461b
Octal16514025022122665710633
Binary11101011100000101010100101010010110110101111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756015; }

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

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

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

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

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

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

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

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