Html Css Color HEX #746104 Yukon Gold

📋 copy color: '#746104'

red 116 ◦ green 97 ◦ blue 4

#746104
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #746104

Tints of Yukon Gold #746104

RGB

 RED value IS 116 (45.7% from 255) = 53.46%

 GREEN value IS 97 (38.28% from 255) = 44.7%

 BLUE value IS 4 (1.95% from 255) = 1.84%

R = 53.46%
G = 44.7%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#746104 (or 0x746104) is known color: Yukon Gold. HEX triplet: 74, 61 and 04. RGB value is (116,97,4). Sum of RGB (Red+Green+Blue) = 116+97+4=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #746104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746104 is #8B9EFB. Grayscale: #5C5C5C. Windows color (decimal): -9150204 or 287092. OLE color: 287092.

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

Color convert

RGB 116 97 4 -
CMYK 0 0.16 0.97 0.55
HSL 49.82º 0.93% 0.24% -
HSV(B) 49.82º 0.97% 0.45% -
XYZ 11.5 12.27 1.88 -
YUV 92.08 78.29 145.06 -
System Red Green Blue C M Y K H S L
Decimal 116 97 4 0 0.16 0.97 0.55 49.82 0.93 0.24
Hex 74 61 4 0 10 61 37 32 5D 18
Octal 164 141 4 0 20 141 67 62 135 30
Binary 1110100 1100001 100 0 10000 1100001 110111 110010 1011101 11000

Color Harmonies of #746104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746104

Black with #746104

Text Example


Text Example

White with #746104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746104; }

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

 H1.HeaderClassName
 {
   color: #746104;
 }
 .AnyTagClassName
 {
   color: #746104;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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