#756914

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

Shades of Yukon Gold #756914

Tints of Yukon Gold #756914

Color information

#756914 (or 0x756914) is unknown color: approx Yukon Gold. HEX triplet: 75, 69 and 14. RGB value is (117,105,20). Sum of RGB (Red+Green+Blue) = 117+105+20=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #756914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756914 is #8A96EB. Grayscale: #636363. Windows color (decimal): -9082604 or 1337717. OLE color: 1337717.

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

Color convert

RGB11710520-
CMYK00.100.830.54
HSL52.58º70.8%26.86%-
HSV(B)52.58º82.91%45.88%-
XYZ12.5113.942.69-
YUV98.983.48140.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 105 (41.41% from 255) = 43.39%
BLUE value IS 20 (8.20% from 255) = 8.26%
R=48.35%
G=43.39%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171052000.100.830.5452.5870.826.86
Hex7569140A533635471b
Octal16515124012123666510733
Binary1110101110100110100010101010011110110110101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756914; }

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

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

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

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

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

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

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

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