Html Css Color HEX #746407 Yukon Gold

📋 copy color: '#746407'

red 116 ◦ green 100 ◦ blue 7

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

Shades of Yukon Gold #746407

Tints of Yukon Gold #746407

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.84%

 BLUE value IS 7 (3.13% from 255) = 3.14%

R = 52.02%
G = 44.84%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#746407 (or 0x746407) is known color: Yukon Gold. HEX triplet: 74, 64 and 07. RGB value is (116,100,7). Sum of RGB (Red+Green+Blue) = 116+100+7=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #746407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746407 is #8B9BF8. Grayscale: #5E5E5E. Windows color (decimal): -9149433 or 484468. OLE color: 484468.

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

Color convert

RGB 116 100 7 -
CMYK 0 0.14 0.94 0.55
HSL 51.19º 0.89% 0.24% -
HSV(B) 51.19º 0.94% 0.45% -
XYZ 11.8 12.84 2.06 -
YUV 94.18 78.8 143.56 -
System Red Green Blue C M Y K H S L
Decimal 116 100 7 0 0.14 0.94 0.55 51.19 0.89 0.24
Hex 74 64 7 0 E 5E 37 33 59 18
Octal 164 144 7 0 16 136 67 63 131 30
Binary 1110100 1100100 111 0 1110 1011110 110111 110011 1011001 11000

Color Harmonies of #746407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746407

Black with #746407

Text Example


Text Example

White with #746407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746407; }

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

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

background-color css

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

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

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

border-color css

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

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

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