#756418

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

Shades of Yukon Gold #756418

Tints of Yukon Gold #756418

Color information

#756418 (or 0x756418) is unknown color: approx Yukon Gold. HEX triplet: 75, 64 and 18. RGB value is (117,100,24). Sum of RGB (Red+Green+Blue) = 117+100+24=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #756418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756418 is #8A9BE7. Grayscale: #606060. Windows color (decimal): -9083880 or 1598581. OLE color: 1598581.

HSL color Cylindrical-coordinate representation of color #756418: hue angle of 49.03º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #756418 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB11710024-
CMYK00.150.790.54
HSL49.03º65.96%27.65%-
HSV(B)49.03º79.49%45.88%-
XYZ12.0612.962.73-
YUV96.4287.13142.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 100 (39.45% from 255) = 41.49%
BLUE value IS 24 (9.77% from 255) = 9.96%
R=48.55%
G=41.49%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171002400.150.790.5449.0365.9627.65
Hex7564180F4F3631421c
Octal16514430017117666110234
Binary1110101110010011000011111001111110110110001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756418; }

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

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

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

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

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

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

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

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