#756120

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

Shades of Yukon Gold #756120

Tints of Yukon Gold #756120

Color information

#756120 (or 0x756120) is unknown color: approx Yukon Gold. HEX triplet: 75, 61 and 20. RGB value is (117,97,32). Sum of RGB (Red+Green+Blue) = 117+97+32=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #756120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756120 is #8A9EDF. Grayscale: #5F5F5F. Windows color (decimal): -9084640 or 2122101. OLE color: 2122101.

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

Color convert

RGB1179732-
CMYK00.170.730.54
HSL45.88º57.05%29.22%-
HSV(B)45.88º72.65%45.88%-
XYZ11.8712.443.14-
YUV95.5792.13143.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.56%
GREEN value IS 97 (38.28% from 255) = 39.43%
BLUE value IS 32 (12.89% from 255) = 13.01%
R=47.56%
G=39.43%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117973200.170.730.5445.8857.0529.22
Hex75612001149362e391d
Octal1651414002111166567135
Binary11101011100001100000010001100100111011010111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756120; }

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

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

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

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

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

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

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

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