#756816

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

Shades of Yukon Gold #756816

Tints of Yukon Gold #756816

Color information

#756816 (or 0x756816) is unknown color: approx Yukon Gold. HEX triplet: 75, 68 and 16. RGB value is (117,104,22). Sum of RGB (Red+Green+Blue) = 117+104+22=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #756816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756816 is #8A97E9. Grayscale: #626262. Windows color (decimal): -9082858 or 1468533. OLE color: 1468533.

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

Color convert

RGB11710422-
CMYK00.110.810.54
HSL51.79º68.35%27.25%-
HSV(B)51.79º81.2%45.88%-
XYZ12.4313.742.76-
YUV98.5484.81141.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 104 (41.02% from 255) = 42.80%
BLUE value IS 22 (8.98% from 255) = 9.05%
R=48.15%
G=42.80%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171042200.110.810.5451.7968.3527.25
Hex7568160B513634441b
Octal16515026013121666410433
Binary1110101110100010110010111010001110110110100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756816; }

 p { color: rgb(117,104,22); }

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

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

 a { background-color: rgb(117,104,22); }

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

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

 span { border-color: rgb(117,104,22); }

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