Html Css Color HEX #746210 Yukon Gold

📋 copy color: '#746210'

red 116 ◦ green 98 ◦ blue 16

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

Shades of Yukon Gold #746210

Tints of Yukon Gold #746210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.61%

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

R = 50.43%
G = 42.61%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#746210 (or 0x746210) is known color: Yukon Gold. HEX triplet: 74, 62 and 10. RGB value is (116,98,16). Sum of RGB (Red+Green+Blue) = 116+98+16=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #746210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746210 is #8B9DEF. Grayscale: #5E5E5E. Windows color (decimal): -9149936 or 1073780. OLE color: 1073780.

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

Color convert

RGB 116 98 16 -
CMYK 0 0.16 0.86 0.55
HSL 49.2º 0.76% 0.26% -
HSV(B) 49.2º 0.86% 0.45% -
XYZ 11.66 12.49 2.29 -
YUV 94.03 83.96 143.67 -
System Red Green Blue C M Y K H S L
Decimal 116 98 16 0 0.16 0.86 0.55 49.2 0.76 0.26
Hex 74 62 10 0 10 56 37 31 4C 1A
Octal 164 142 20 0 20 126 67 61 114 32
Binary 1110100 1100010 10000 0 10000 1010110 110111 110001 1001100 11010

Color Harmonies of #746210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746210

Black with #746210

Text Example


Text Example

White with #746210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746210; }

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

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

background-color css

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

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

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

border-color css

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

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

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