Html Css Color HEX #746316 Yukon Gold

📋 copy color: '#746316'

red 116 ◦ green 99 ◦ blue 22

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

Shades of Yukon Gold #746316

Tints of Yukon Gold #746316

RGB

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

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

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

R = 48.95%
G = 41.77%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#746316 (or 0x746316) is known color: Yukon Gold. HEX triplet: 74, 63 and 16. RGB value is (116,99,22). Sum of RGB (Red+Green+Blue) = 116+99+22=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #746316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746316 is #8B9CE9. Grayscale: #5F5F5F. Windows color (decimal): -9149674 or 1467252. OLE color: 1467252.

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

Color convert

RGB 116 99 22 -
CMYK 0 0.15 0.81 0.55
HSL 49.15º 0.68% 0.27% -
HSV(B) 49.15º 0.81% 0.45% -
XYZ 11.81 12.69 2.59 -
YUV 95.31 86.63 142.76 -
System Red Green Blue C M Y K H S L
Decimal 116 99 22 0 0.15 0.81 0.55 49.15 0.68 0.27
Hex 74 63 16 0 F 51 37 31 44 1B
Octal 164 143 26 0 17 121 67 61 104 33
Binary 1110100 1100011 10110 0 1111 1010001 110111 110001 1000100 11011

Color Harmonies of #746316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746316

Black with #746316

Text Example


Text Example

White with #746316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746316; }

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

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

background-color css

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

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

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

border-color css

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

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

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