Html Css Color HEX #746A0E Yukon Gold

📋 copy color: '#746A0E'

red 116 ◦ green 106 ◦ blue 14

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

Shades of Yukon Gold #746A0E

Tints of Yukon Gold #746A0E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.92%

 BLUE value IS 14 (5.86% from 255) = 5.93%

R = 49.15%
G = 44.92%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#746A0E (or 0x746A0E) is known color: Yukon Gold. HEX triplet: 74, 6A and 0E. RGB value is (116,106,14). Sum of RGB (Red+Green+Blue) = 116+106+14=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #746A0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746A0E is #8B95F1. Grayscale: #626262. Windows color (decimal): -9147890 or 944756. OLE color: 944756.

HSL color Cylindrical-coordinate representation of color #746A0E: hue angle of 54.12º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #746A0E is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 106 14 -
CMYK 0 0.09 0.88 0.55
HSL 54.12º 0.78% 0.25% -
HSV(B) 54.12º 0.88% 0.45% -
XYZ 12.44 14.05 2.47 -
YUV 98.5 80.31 140.48 -
System Red Green Blue C M Y K H S L
Decimal 116 106 14 0 0.09 0.88 0.55 54.12 0.78 0.25
Hex 74 6A E 0 9 58 37 36 4E 19
Octal 164 152 16 0 11 130 67 66 116 31
Binary 1110100 1101010 1110 0 1001 1011000 110111 110110 1001110 11001

Color Harmonies of #746A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A0E

Black with #746A0E

Text Example


Text Example

White with #746A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746A0E; }

 p { color: rgb(116,106,14); }

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

background-color css

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

 a { background-color: rgb(116,106,14); }

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

border-color css

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

 span { border-color: rgb(116,106,14); }

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