Html Css Color HEX #746410 Yukon Gold

📋 copy color: '#746410'

red 116 ◦ green 100 ◦ blue 16

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

Shades of Yukon Gold #746410

Tints of Yukon Gold #746410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.9%

R = 50%
G = 43.1%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#746410 (or 0x746410) is known color: Yukon Gold. HEX triplet: 74, 64 and 10. RGB value is (116,100,16). Sum of RGB (Red+Green+Blue) = 116+100+16=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #746410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746410 is #8B9BEF. Grayscale: #5F5F5F. Windows color (decimal): -9149424 or 1074292. OLE color: 1074292.

HSL color Cylindrical-coordinate representation of color #746410: hue angle of 50.4º 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 #746410 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 100 16 -
CMYK 0 0.14 0.86 0.55
HSL 50.4º 0.76% 0.26% -
HSV(B) 50.4º 0.86% 0.45% -
XYZ 11.85 12.86 2.35 -
YUV 95.21 83.3 142.83 -
System Red Green Blue C M Y K H S L
Decimal 116 100 16 0 0.14 0.86 0.55 50.4 0.76 0.26
Hex 74 64 10 0 E 56 37 32 4C 1A
Octal 164 144 20 0 16 126 67 62 114 32
Binary 1110100 1100100 10000 0 1110 1010110 110111 110010 1001100 11010

Color Harmonies of #746410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746410

Black with #746410

Text Example


Text Example

White with #746410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746410; }

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

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

background-color css

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

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

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

border-color css

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

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

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