#746815

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

Shades of Yukon Gold #746815

Tints of Yukon Gold #746815

Color information

#746815 (or 0x746815) is unknown color: approx Yukon Gold. HEX triplet: 74, 68 and 15. RGB value is (116,104,21). Sum of RGB (Red+Green+Blue) = 116+104+21=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #746815 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746815 is #8B97EA. Grayscale: #626262. Windows color (decimal): -9148395 or 1402996. OLE color: 1402996.

HSL color Cylindrical-coordinate representation of color #746815: hue angle of 52.42º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #746815 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB11610421-
CMYK00.100.820.55
HSL52.42º69.34%26.86%-
HSV(B)52.42º81.9%45.49%-
XYZ12.2913.672.7-
YUV98.1384.48140.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.13%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=48.13%
G=43.15%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161042100.100.820.5552.4269.3426.86
Hex7468150A523734451b
Octal16415025012122676410533
Binary1110100110100010101010101010010110111110100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746815; }

 p { color: rgb(116,104,21); }

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

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

 a { background-color: rgb(116,104,21); }

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

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

 span { border-color: rgb(116,104,21); }

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