#756620

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

Shades of Yukon Gold #756620

Tints of Yukon Gold #756620

Color information

#756620 (or 0x756620) is unknown color: approx Yukon Gold. HEX triplet: 75, 66 and 20. RGB value is (117,102,32). Sum of RGB (Red+Green+Blue) = 117+102+32=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #756620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756620 is #8A99DF. Grayscale: #626262. Windows color (decimal): -9083360 or 2123381. OLE color: 2123381.

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

Color convert

RGB11710232-
CMYK00.130.730.54
HSL49.41º57.05%29.22%-
HSV(B)49.41º72.65%45.88%-
XYZ12.3513.393.3-
YUV98.590.47141.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.61%
GREEN value IS 102 (40.23% from 255) = 40.64%
BLUE value IS 32 (12.89% from 255) = 12.75%
R=46.61%
G=40.64%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171023200.130.730.5449.4157.0529.22
Hex7566200D493631391d
Octal1651464001511166617135
Binary1110101110011010000001101100100111011011000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756620; }

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

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

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

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

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

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

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

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