Html Css Color HEX #746912 Yukon Gold

📋 copy color: '#746912'

red 116 ◦ green 105 ◦ blue 18

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

Shades of Yukon Gold #746912

Tints of Yukon Gold #746912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.93%

 BLUE value IS 18 (7.42% from 255) = 7.53%

R = 48.54%
G = 43.93%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#746912 (or 0x746912) is known color: Yukon Gold. HEX triplet: 74, 69 and 12. RGB value is (116,105,18). Sum of RGB (Red+Green+Blue) = 116+105+18=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #746912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746912 is #8B96ED. Grayscale: #626262. Windows color (decimal): -9148142 or 1206644. OLE color: 1206644.

HSL color Cylindrical-coordinate representation of color #746912: hue angle of 53.27º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #746912 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 105 18 -
CMYK 0 0.09 0.84 0.55
HSL 53.27º 0.73% 0.26% -
HSV(B) 53.27º 0.84% 0.45% -
XYZ 12.36 13.86 2.6 -
YUV 98.37 82.64 140.57 -
System Red Green Blue C M Y K H S L
Decimal 116 105 18 0 0.09 0.84 0.55 53.27 0.73 0.26
Hex 74 69 12 0 9 54 37 35 49 1A
Octal 164 151 22 0 11 124 67 65 111 32
Binary 1110100 1101001 10010 0 1001 1010100 110111 110101 1001001 11010

Color Harmonies of #746912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746912

Black with #746912

Text Example


Text Example

White with #746912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746912; }

 p { color: rgb(116,105,18); }

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

background-color css

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

 a { background-color: rgb(116,105,18); }

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

border-color css

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

 span { border-color: rgb(116,105,18); }

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