#756216

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

Shades of Yukon Gold #756216

Tints of Yukon Gold #756216

Color information

#756216 (or 0x756216) is unknown color: approx Yukon Gold. HEX triplet: 75, 62 and 16. RGB value is (117,98,22). Sum of RGB (Red+Green+Blue) = 117+98+22=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #756216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756216 is #8A9DE9. Grayscale: #5F5F5F. Windows color (decimal): -9084394 or 1466997. OLE color: 1466997.

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

Color convert

RGB1179822-
CMYK00.160.810.54
HSL48º68.35%27.25%-
HSV(B)48º81.2%45.88%-
XYZ11.8512.582.56-
YUV95.0286.79143.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 98 (38.67% from 255) = 41.35%
BLUE value IS 22 (8.98% from 255) = 9.28%
R=49.37%
G=41.35%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117982200.160.810.544868.3527.25
Hex756216010513630441b
Octal16514226020121666010433
Binary11101011100010101100100001010001110110110000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756216; }

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

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

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

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

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

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

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

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