#746110

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

Shades of Yukon Gold #746110

Tints of Yukon Gold #746110

Color information

#746110 (or 0x746110) is unknown color: approx Yukon Gold. HEX triplet: 74, 61 and 10. RGB value is (116,97,16). Sum of RGB (Red+Green+Blue) = 116+97+16=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #746110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746110 is #8B9EEF. Grayscale: #5D5D5D. Windows color (decimal): -9150192 or 1073524. OLE color: 1073524.

HSL color Cylindrical-coordinate representation of color #746110: hue angle of 48.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #746110 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1169716-
CMYK00.160.860.55
HSL48.6º75.76%25.88%-
HSV(B)48.6º86.21%45.49%-
XYZ11.5712.32.25-
YUV93.4584.29144.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.66%
GREEN value IS 97 (38.28% from 255) = 42.36%
BLUE value IS 16 (6.64% from 255) = 6.99%
R=50.66%
G=42.36%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116971600.160.860.5548.675.7625.88
Hex7461100105637314c1a
Octal16414120020126676111432
Binary11101001100001100000100001010110110111110001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746110; }

 p { color: rgb(116,97,16); }

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

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

 a { background-color: rgb(116,97,16); }

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

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

 span { border-color: rgb(116,97,16); }

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