Html Css Color HEX #746414 Yukon Gold

📋 copy color: '#746414'

red 116 ◦ green 100 ◦ blue 20

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

Shades of Yukon Gold #746414

Tints of Yukon Gold #746414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.47%

R = 49.15%
G = 42.37%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#746414 (or 0x746414) is known color: Yukon Gold. HEX triplet: 74, 64 and 14. RGB value is (116,100,20). Sum of RGB (Red+Green+Blue) = 116+100+20=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #746414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746414 is #8B9BEB. Grayscale: #606060. Windows color (decimal): -9149420 or 1336436. OLE color: 1336436.

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

Color convert

RGB 116 100 20 -
CMYK 0 0.14 0.83 0.55
HSL 50º 0.71% 0.27% -
HSV(B) 50º 0.83% 0.45% -
XYZ 11.89 12.88 2.52 -
YUV 95.66 85.3 142.5 -
System Red Green Blue C M Y K H S L
Decimal 116 100 20 0 0.14 0.83 0.55 50 0.71 0.27
Hex 74 64 14 0 E 53 37 32 47 1B
Octal 164 144 24 0 16 123 67 62 107 33
Binary 1110100 1100100 10100 0 1110 1010011 110111 110010 1000111 11011

Color Harmonies of #746414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746414

Black with #746414

Text Example


Text Example

White with #746414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746414; }

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

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

background-color css

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

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

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

border-color css

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

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

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