Html Css Color HEX #746612 Yukon Gold

📋 copy color: '#746612'

red 116 ◦ green 102 ◦ blue 18

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

Shades of Yukon Gold #746612

Tints of Yukon Gold #746612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.22%

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

R = 49.15%
G = 43.22%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#746612 (or 0x746612) is known color: Yukon Gold. HEX triplet: 74, 66 and 12. RGB value is (116,102,18). Sum of RGB (Red+Green+Blue) = 116+102+18=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #746612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746612 is #8B99ED. Grayscale: #606060. Windows color (decimal): -9148910 or 1205876. OLE color: 1205876.

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

Color convert

RGB 116 102 18 -
CMYK 0 0.12 0.84 0.55
HSL 51.43º 0.73% 0.26% -
HSV(B) 51.43º 0.84% 0.45% -
XYZ 12.06 13.26 2.5 -
YUV 96.61 83.64 141.83 -
System Red Green Blue C M Y K H S L
Decimal 116 102 18 0 0.12 0.84 0.55 51.43 0.73 0.26
Hex 74 66 12 0 C 54 37 33 49 1A
Octal 164 146 22 0 14 124 67 63 111 32
Binary 1110100 1100110 10010 0 1100 1010100 110111 110011 1001001 11010

Color Harmonies of #746612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746612

Black with #746612

Text Example


Text Example

White with #746612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746612; }

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

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

background-color css

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

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

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

border-color css

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

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

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