Html Css Color HEX #746416 Yukon Gold

📋 copy color: '#746416'

red 116 ◦ green 100 ◦ blue 22

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

Shades of Yukon Gold #746416

Tints of Yukon Gold #746416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.24%

R = 48.74%
G = 42.02%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#746416 (or 0x746416) is known color: Yukon Gold. HEX triplet: 74, 64 and 16. RGB value is (116,100,22). Sum of RGB (Red+Green+Blue) = 116+100+22=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #746416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746416 is #8B9BE9. Grayscale: #606060. Windows color (decimal): -9149418 or 1467508. OLE color: 1467508.

HSL color Cylindrical-coordinate representation of color #746416: hue angle of 49.79º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #746416 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 100 22 -
CMYK 0 0.14 0.81 0.55
HSL 49.79º 0.68% 0.27% -
HSV(B) 49.79º 0.81% 0.45% -
XYZ 11.9 12.89 2.62 -
YUV 95.89 86.3 142.34 -
System Red Green Blue C M Y K H S L
Decimal 116 100 22 0 0.14 0.81 0.55 49.79 0.68 0.27
Hex 74 64 16 0 E 51 37 32 44 1B
Octal 164 144 26 0 16 121 67 62 104 33
Binary 1110100 1100100 10110 0 1110 1010001 110111 110010 1000100 11011

Color Harmonies of #746416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746416

Black with #746416

Text Example


Text Example

White with #746416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746416; }

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

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

background-color css

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

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

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

border-color css

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

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

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