#756910

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

Shades of Yukon Gold #756910

Tints of Yukon Gold #756910

Color information

#756910 (or 0x756910) is unknown color: approx Yukon Gold. HEX triplet: 75, 69 and 10. RGB value is (117,105,16). Sum of RGB (Red+Green+Blue) = 117+105+16=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #756910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756910 is #8A96EF. Grayscale: #626262. Windows color (decimal): -9082608 or 1075573. OLE color: 1075573.

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

Color convert

RGB11710516-
CMYK00.100.860.54
HSL52.87º75.94%26.08%-
HSV(B)52.87º86.32%45.88%-
XYZ12.4813.922.52-
YUV98.4481.48141.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 105 (41.41% from 255) = 44.12%
BLUE value IS 16 (6.64% from 255) = 6.72%
R=49.16%
G=44.12%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171051600.100.860.5452.8775.9426.08
Hex7569100A5636354c1a
Octal16515120012126666511432
Binary1110101110100110000010101010110110110110101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756910; }

 p { color: rgb(117,105,16); }

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

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

 a { background-color: rgb(117,105,16); }

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

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

 span { border-color: rgb(117,105,16); }

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