#756405

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

Shades of Yukon Gold #756405

Tints of Yukon Gold #756405

Color information

#756405 (or 0x756405) is unknown color: approx Yukon Gold. HEX triplet: 75, 64 and 05. RGB value is (117,100,5). Sum of RGB (Red+Green+Blue) = 117+100+5=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #756405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756405 is #8A9BFA. Grayscale: #5E5E5E. Windows color (decimal): -9083899 or 353397. OLE color: 353397.

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

Color convert

RGB1171005-
CMYK00.150.960.54
HSL50.89º91.8%23.92%-
HSV(B)50.89º95.73%45.88%-
XYZ11.9212.912.01-
YUV94.2577.63144.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 100 (39.45% from 255) = 45.05%
BLUE value IS 5 (2.34% from 255) = 2.25%
R=52.70%
G=45.05%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117100500.150.960.5450.8991.823.92
Hex756450F6036335c18
Octal1651445017140666313430
Binary11101011100100101011111100000110110110011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756405; }

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

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

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

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

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

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

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

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