#756621

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

Shades of Yukon Gold #756621

Tints of Yukon Gold #756621

Color information

#756621 (or 0x756621) is unknown color: approx Yukon Gold. HEX triplet: 75, 66 and 21. RGB value is (117,102,33). Sum of RGB (Red+Green+Blue) = 117+102+33=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #756621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756621 is #8A99DE. Grayscale: #626262. Windows color (decimal): -9083359 or 2188917. OLE color: 2188917.

HSL color Cylindrical-coordinate representation of color #756621: hue angle of 49.29º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #756621 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB11710233-
CMYK00.130.720.54
HSL49.29º56%29.41%-
HSV(B)49.29º71.79%45.88%-
XYZ12.3613.393.37-
YUV98.6290.97141.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 102 (40.23% from 255) = 40.48%
BLUE value IS 33 (13.28% from 255) = 13.10%
R=46.43%
G=40.48%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171023300.130.720.5449.295629.41
Hex7566210D483631381d
Octal1651464101511066617035
Binary1110101110011010000101101100100011011011000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756621; }

 p { color: rgb(117,102,33); }

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

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

 a { background-color: rgb(117,102,33); }

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

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

 span { border-color: rgb(117,102,33); }

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