#756715

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

Shades of Yukon Gold #756715

Tints of Yukon Gold #756715

Color information

#756715 (or 0x756715) is unknown color: approx Yukon Gold. HEX triplet: 75, 67 and 15. RGB value is (117,103,21). Sum of RGB (Red+Green+Blue) = 117+103+21=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #756715 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756715 is #8A98EA. Grayscale: #626262. Windows color (decimal): -9083115 or 1402741. OLE color: 1402741.

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

Color convert

RGB11710321-
CMYK00.120.820.54
HSL51.25º69.57%27.06%-
HSV(B)51.25º82.05%45.88%-
XYZ12.3213.542.67-
YUV97.8484.64141.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 103 (40.62% from 255) = 42.74%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=48.55%
G=42.74%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171032100.120.820.5451.2569.5727.06
Hex7567150C523633461b
Octal16514725014122666310633
Binary1110101110011110101011001010010110110110011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756715; }

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

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

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

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

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

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

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

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