Html Css Color HEX #746312 Yukon Gold

📋 copy color: '#746312'

red 116 ◦ green 99 ◦ blue 18

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

Shades of Yukon Gold #746312

Tints of Yukon Gold #746312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.49%

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

R = 49.79%
G = 42.49%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#746312 (or 0x746312) is known color: Yukon Gold. HEX triplet: 74, 63 and 12. RGB value is (116,99,18). Sum of RGB (Red+Green+Blue) = 116+99+18=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #746312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746312 is #8B9CED. Grayscale: #5F5F5F. Windows color (decimal): -9149678 or 1205108. OLE color: 1205108.

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

Color convert

RGB 116 99 18 -
CMYK 0 0.15 0.84 0.55
HSL 49.59º 0.73% 0.26% -
HSV(B) 49.59º 0.84% 0.45% -
XYZ 11.77 12.68 2.4 -
YUV 94.85 84.63 143.09 -
System Red Green Blue C M Y K H S L
Decimal 116 99 18 0 0.15 0.84 0.55 49.59 0.73 0.26
Hex 74 63 12 0 F 54 37 32 49 1A
Octal 164 143 22 0 17 124 67 62 111 32
Binary 1110100 1100011 10010 0 1111 1010100 110111 110010 1001001 11010

Color Harmonies of #746312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746312

Black with #746312

Text Example


Text Example

White with #746312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746312; }

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

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

background-color css

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

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

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

border-color css

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

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

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