Html Css Color HEX #746216 Yukon Gold

📋 copy color: '#746216'

red 116 ◦ green 98 ◦ blue 22

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

Shades of Yukon Gold #746216

Tints of Yukon Gold #746216

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.53%

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

R = 49.15%
G = 41.53%
B = 9.32%

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

#746216 (or 0x746216) is known color: Yukon Gold. HEX triplet: 74, 62 and 16. RGB value is (116,98,22). Sum of RGB (Red+Green+Blue) = 116+98+22=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #746216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746216 is #8B9DE9. Grayscale: #5F5F5F. Windows color (decimal): -9149930 or 1466996. OLE color: 1466996.

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

Color convert

RGB 116 98 22 -
CMYK 0 0.16 0.81 0.55
HSL 48.51º 0.68% 0.27% -
HSV(B) 48.51º 0.81% 0.45% -
XYZ 11.71 12.51 2.56 -
YUV 94.72 86.96 143.18 -
System Red Green Blue C M Y K H S L
Decimal 116 98 22 0 0.16 0.81 0.55 48.51 0.68 0.27
Hex 74 62 16 0 10 51 37 31 44 1B
Octal 164 142 26 0 20 121 67 61 104 33
Binary 1110100 1100010 10110 0 10000 1010001 110111 110001 1000100 11011

Color Harmonies of #746216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746216

Black with #746216

Text Example


Text Example

White with #746216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746216; }

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

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

background-color css

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

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

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

border-color css

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

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

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