#766421

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

Shades of Yukon Gold #766421

Tints of Yukon Gold #766421

Color information

#766421 (or 0x766421) is unknown color: approx Yukon Gold. HEX triplet: 76, 64 and 21. RGB value is (118,100,33). Sum of RGB (Red+Green+Blue) = 118+100+33=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #766421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766421 is #899BDE. Grayscale: #626262. Windows color (decimal): -9018335 or 2188406. OLE color: 2188406.

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

Color convert

RGB11810033-
CMYK00.150.720.54
HSL47.29º56.29%29.61%-
HSV(B)47.29º72.03%46.27%-
XYZ12.313.083.31-
YUV97.7491.46142.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 100 (39.45% from 255) = 39.84%
BLUE value IS 33 (13.28% from 255) = 13.15%
R=47.01%
G=39.84%
B=13.15%

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
Decimal1181003300.150.720.5447.2956.2929.61
Hex7664210F48362f381e
Octal1661444101711066577036
Binary1110110110010010000101111100100011011010111111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766421; }

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

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

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

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

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

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

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

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