#756205

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

Shades of Yukon Gold #756205

Tints of Yukon Gold #756205

Color information

#756205 (or 0x756205) is unknown color: approx Yukon Gold. HEX triplet: 75, 62 and 05. RGB value is (117,98,5). Sum of RGB (Red+Green+Blue) = 117+98+5=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #756205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756205 is #8A9DFA. Grayscale: #5D5D5D. Windows color (decimal): -9084411 or 352885. OLE color: 352885.

HSL color Cylindrical-coordinate representation of color #756205: hue angle of 49.82º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #756205 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB117985-
CMYK00.160.960.54
HSL49.82º91.8%23.92%-
HSV(B)49.82º95.73%45.88%-
XYZ11.7312.531.94-
YUV93.0878.29145.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 98 (38.67% from 255) = 44.55%
BLUE value IS 5 (2.34% from 255) = 2.27%
R=53.18%
G=44.55%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11798500.160.960.5449.8291.823.92
Hex756250106036325c18
Octal1651425020140666213430
Binary111010111000101010100001100000110110110010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756205; }

 p { color: rgb(117,98,5); }

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

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

 a { background-color: rgb(117,98,5); }

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

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

 span { border-color: rgb(117,98,5); }

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