Html Css Color HEX #746116 Yukon Gold

📋 copy color: '#746116'

red 116 ◦ green 97 ◦ blue 22

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

Shades of Yukon Gold #746116

Tints of Yukon Gold #746116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.28%

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

R = 49.36%
G = 41.28%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#746116 (or 0x746116) is known color: Yukon Gold. HEX triplet: 74, 61 and 16. RGB value is (116,97,22). Sum of RGB (Red+Green+Blue) = 116+97+22=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #746116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746116 is #8B9EE9. Grayscale: #5E5E5E. Windows color (decimal): -9150186 or 1466740. OLE color: 1466740.

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

Color convert

RGB 116 97 22 -
CMYK 0 0.16 0.81 0.55
HSL 47.87º 0.68% 0.27% -
HSV(B) 47.87º 0.81% 0.45% -
XYZ 11.62 12.32 2.52 -
YUV 94.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 116 97 22 0 0.16 0.81 0.55 47.87 0.68 0.27
Hex 74 61 16 0 10 51 37 30 44 1B
Octal 164 141 26 0 20 121 67 60 104 33
Binary 1110100 1100001 10110 0 10000 1010001 110111 110000 1000100 11011

Color Harmonies of #746116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746116

Black with #746116

Text Example


Text Example

White with #746116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746116; }

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

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

background-color css

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

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

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

border-color css

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

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

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