#756421

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

Shades of Yukon Gold #756421

Tints of Yukon Gold #756421

Color information

#756421 (or 0x756421) is unknown color: approx Yukon Gold. HEX triplet: 75, 64 and 21. RGB value is (117,100,33). Sum of RGB (Red+Green+Blue) = 117+100+33=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #756421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756421 is #8A9BDE. Grayscale: #616161. Windows color (decimal): -9083871 or 2188405. OLE color: 2188405.

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

Color convert

RGB11710033-
CMYK00.150.720.54
HSL47.86º56%29.41%-
HSV(B)47.86º71.79%45.88%-
XYZ12.1713.013.31-
YUV97.4491.63141.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 100 (39.45% from 255) = 40%
BLUE value IS 33 (13.28% from 255) = 13.2%
R=46.8%
G=40%
B=13.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171003300.150.720.5447.865629.41
Hex7564210F483630381d
Octal1651444101711066607035
Binary1110101110010010000101111100100011011011000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756421; }

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

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

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

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

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

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

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

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