#746A0D

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

Shades of Yukon Gold #746A0D

Tints of Yukon Gold #746A0D

Color information

#746A0D (or 0x746A0D) is unknown color: approx Yukon Gold. HEX triplet: 74, 6A and 0D. RGB value is (116,106,13). Sum of RGB (Red+Green+Blue) = 116+106+13=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #746A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746A0D is #8B95F2. Grayscale: #626262. Windows color (decimal): -9147891 or 879220. OLE color: 879220.

HSL color Cylindrical-coordinate representation of color #746A0D: hue angle of 54.17º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #746A0D is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB11610613-
CMYK00.090.890.55
HSL54.17º79.84%25.29%-
HSV(B)54.17º88.79%45.49%-
XYZ12.4314.052.44-
YUV98.3979.81140.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 106 (41.80% from 255) = 45.11%
BLUE value IS 13 (5.47% from 255) = 5.53%
R=49.36%
G=45.11%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161061300.090.890.5554.1779.8425.29
Hex746AD095937365019
Octal16415215011131676612031
Binary111010011010101101010011011001110111110110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746A0D; }

 p { color: rgb(116,106,13); }

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

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

 a { background-color: rgb(116,106,13); }

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

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

 span { border-color: rgb(116,106,13); }

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