#756514

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

Shades of Yukon Gold #756514

Tints of Yukon Gold #756514

Color information

#756514 (or 0x756514) is unknown color: approx Yukon Gold. HEX triplet: 75, 65 and 14. RGB value is (117,101,20). Sum of RGB (Red+Green+Blue) = 117+101+20=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #756514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756514 is #8A9AEB. Grayscale: #606060. Windows color (decimal): -9083628 or 1336693. OLE color: 1336693.

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

Color convert

RGB11710120-
CMYK00.140.830.54
HSL50.1º70.8%26.86%-
HSV(B)50.1º82.91%45.88%-
XYZ12.1213.142.56-
YUV96.5584.8142.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 101 (39.84% from 255) = 42.44%
BLUE value IS 20 (8.20% from 255) = 8.40%
R=49.16%
G=42.44%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171012000.140.830.5450.170.826.86
Hex7565140E533632471b
Octal16514524016123666210733
Binary1110101110010110100011101010011110110110010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756514; }

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

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

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

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

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

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

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

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