#746406

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

Shades of Yukon Gold #746406

Tints of Yukon Gold #746406

Color information

#746406 (or 0x746406) is unknown color: approx Yukon Gold. HEX triplet: 74, 64 and 06. RGB value is (116,100,6). Sum of RGB (Red+Green+Blue) = 116+100+6=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #746406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746406 is #8B9BF9. Grayscale: #5E5E5E. Windows color (decimal): -9149434 or 418932. OLE color: 418932.

HSL color Cylindrical-coordinate representation of color #746406: hue angle of 51.27º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #746406 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB1161006-
CMYK00.140.950.55
HSL51.27º90.16%23.92%-
HSV(B)51.27º94.83%45.49%-
XYZ11.7912.842.03-
YUV94.0778.3143.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.25%
GREEN value IS 100 (39.45% from 255) = 45.05%
BLUE value IS 6 (2.73% from 255) = 2.70%
R=52.25%
G=45.05%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116100600.140.950.5551.2790.1623.92
Hex746460E5F37335a18
Octal1641446016137676313230
Binary11101001100100110011101011111110111110011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746406; }

 p { color: rgb(116,100,6); }

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

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

 a { background-color: rgb(116,100,6); }

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

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

 span { border-color: rgb(116,100,6); }

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