Html Css Color HEX #746412 Yukon Gold

📋 copy color: '#746412'

red 116 ◦ green 100 ◦ blue 18

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

Shades of Yukon Gold #746412

Tints of Yukon Gold #746412

RGB

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

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

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

R = 49.57%
G = 42.74%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#746412 (or 0x746412) is known color: Yukon Gold. HEX triplet: 74, 64 and 12. RGB value is (116,100,18). Sum of RGB (Red+Green+Blue) = 116+100+18=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #746412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746412 is #8B9BED. Grayscale: #5F5F5F. Windows color (decimal): -9149422 or 1205364. OLE color: 1205364.

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

Color convert

RGB 116 100 18 -
CMYK 0 0.14 0.84 0.55
HSL 50.2º 0.73% 0.26% -
HSV(B) 50.2º 0.84% 0.45% -
XYZ 11.87 12.87 2.43 -
YUV 95.44 84.3 142.67 -
System Red Green Blue C M Y K H S L
Decimal 116 100 18 0 0.14 0.84 0.55 50.2 0.73 0.26
Hex 74 64 12 0 E 54 37 32 49 1A
Octal 164 144 22 0 16 124 67 62 111 32
Binary 1110100 1100100 10010 0 1110 1010100 110111 110010 1001001 11010

Color Harmonies of #746412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746412

Black with #746412

Text Example


Text Example

White with #746412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746412; }

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

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

background-color css

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

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

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

border-color css

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

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

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