#746315

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

Shades of Yukon Gold #746315

Tints of Yukon Gold #746315

Color information

#746315 (or 0x746315) is unknown color: approx Yukon Gold. HEX triplet: 74, 63 and 15. RGB value is (116,99,21). Sum of RGB (Red+Green+Blue) = 116+99+21=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #746315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746315 is #8B9CEA. Grayscale: #5F5F5F. Windows color (decimal): -9149675 or 1401716. OLE color: 1401716.

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

Color convert

RGB1169921-
CMYK00.150.820.55
HSL49.26º69.34%26.86%-
HSV(B)49.26º81.9%45.49%-
XYZ11.812.692.54-
YUV95.1986.13142.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.15%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 21 (8.59% from 255) = 8.90%
R=49.15%
G=41.95%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116992100.150.820.5549.2669.3426.86
Hex7463150F523731451b
Octal16414325017122676110533
Binary1110100110001110101011111010010110111110001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746315; }

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

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

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

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

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

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

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

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